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

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

Issue 12253022: Manifest handler for all keys background-related. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
diff --git a/chrome/common/extensions/manifest_handler.cc b/chrome/common/extensions/manifest_handler.cc
index 389f4f5b4bf00607e0d8fed10f7f613c3ca32c68..aca4e083e9edaaac0a54b80e70f53d93f40ae594 100644
--- a/chrome/common/extensions/manifest_handler.cc
+++ b/chrome/common/extensions/manifest_handler.cc
@@ -147,11 +147,11 @@ ManifestHandler::ManifestHandler() {
ManifestHandler::~ManifestHandler() {
}
-bool ManifestHandler::AlwaysParseForType(Manifest::Type type) {
+bool ManifestHandler::AlwaysParseForType(Manifest::Type type) const {
return false;
}
-const std::vector<std::string>& ManifestHandler::PrerequisiteKeys() {
+const std::vector<std::string>& ManifestHandler::PrerequisiteKeys() const {
return g_empty_string_vector.Get();
}

Powered by Google App Engine
This is Rietveld 408576698