Searched refs:kOffTheRecord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc62 const char kOffTheRecord[] = "Identity API is disabled in incognito windows."; member in namespace:extensions::identity_constants
268 return RespondNow(Error(identity_constants::kOffTheRecord));
306 error_ = identity_constants::kOffTheRecord;
841 return RespondNow(Error(identity_constants::kOffTheRecord));
865 error_ = identity_constants::kOffTheRecord;
886 error_ = identity_constants::kOffTheRecord;
H A Didentity_api.h50 extern const char kOffTheRecord[];

Completed in 71 milliseconds