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

Unified Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 11882025: Move "oauth2" manifest key parsing out of Extension class. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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
Index: chrome/common/extensions/extension_manifest_constants.h
===================================================================
--- chrome/common/extensions/extension_manifest_constants.h (revision 177049)
+++ chrome/common/extensions/extension_manifest_constants.h (working copy)
@@ -83,8 +83,6 @@
extern const char kNaClModulesPath[];
extern const char kName[];
extern const char kOAuth2[];
- extern const char kOAuth2ClientId[];
- extern const char kOAuth2Scopes[];
extern const char kOfflineEnabled[];
extern const char kOmnibox[];
extern const char kOmniboxKeyword[];

Powered by Google App Engine
This is Rietveld 408576698