Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: chrome/browser/extensions/api/identity/identity_api.h

Issue 2661913002: Identity extension API impl: Split constants into their own file (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/api/identity/identity_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/identity/identity_api.h
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
index 836da938499a99ba29b070fa5114bb9a92c49692..b39ae4152c2d3a5f969760db26ee0ecb05255f2b 100644
--- a/chrome/browser/extensions/api/identity/identity_api.h
+++ b/chrome/browser/extensions/api/identity/identity_api.h
@@ -42,20 +42,6 @@ namespace extensions {
class GetAuthTokenFunctionTest;
class MockGetAuthTokenFunction;
-namespace identity_constants {
-extern const char kInvalidClientId[];
-extern const char kInvalidScopes[];
-extern const char kAuthFailure[];
-extern const char kNoGrant[];
-extern const char kUserRejected[];
-extern const char kUserNotSignedIn[];
-extern const char kInteractionRequired[];
-extern const char kInvalidRedirect[];
-extern const char kOffTheRecord[];
-extern const char kPageLoadFailure[];
-extern const char kCanceled[];
-} // namespace identity_constants
-
class IdentityTokenCacheValue {
public:
IdentityTokenCacheValue();
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/browser/extensions/api/identity/identity_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698