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

Unified Diff: chrome/common/extensions/manifest_handler.cc

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/manifest_handler.cc
===================================================================
--- chrome/common/extensions/manifest_handler.cc (revision 176209)
+++ chrome/common/extensions/manifest_handler.cc (working copy)
@@ -81,4 +81,8 @@
return g_registry.Get().GetManifestHandlerKeys();
}
+bool ManifestHandler::HasNoKey(Extension* extension, string16* error) {
+ return true;
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698