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

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

Issue 11644057: Move BrowserAction out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_ungoop_extension_action
Patch Set: Combined ActionInfo wrappers Created 8 years 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.h
diff --git a/chrome/common/extensions/manifest_handler.h b/chrome/common/extensions/manifest_handler.h
index 3a15b9513542598e0ad4bc818e877faa1288214f..942381d7df4441601de3760a22fe22712afa6330 100644
--- a/chrome/common/extensions/manifest_handler.h
+++ b/chrome/common/extensions/manifest_handler.h
@@ -34,9 +34,7 @@ class ManifestHandler {
// not present in the manifest.
// Returns true on success or false on failure; if false, |error| will
// be set to a failure message.
- virtual bool HasNoKey(Extension* extension, string16* error) {
- return true;
- }
+ virtual bool HasNoKey(Extension* extension, string16* error);
// Associate |handler| with |key| in the manifest. Takes ownership
// of |handler|. TODO(yoz): Decide how to handle dotted subkeys.

Powered by Google App Engine
This is Rietveld 408576698