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

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

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.cc
diff --git a/chrome/common/extensions/manifest_handler.cc b/chrome/common/extensions/manifest_handler.cc
index d9b3ffb262fcae2783d07e0c3b9cabfd3ea16993..3f8ec567268e5ecb0558a6d1ef1203bd0f396fcb 100644
--- a/chrome/common/extensions/manifest_handler.cc
+++ b/chrome/common/extensions/manifest_handler.cc
@@ -65,6 +65,10 @@ ManifestHandler::ManifestHandler() {
ManifestHandler::~ManifestHandler() {
}
+bool ManifestHandler::HasNoKey(Extension* extension, string16* error) {
+ return true;
+}
+
// static
void ManifestHandler::Register(const std::string& key,
ManifestHandler* handler) {

Powered by Google App Engine
This is Rietveld 408576698