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

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

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/web_accessible_resources_handler.h
diff --git a/chrome/common/extensions/web_accessible_resources_handler.h b/chrome/common/extensions/web_accessible_resources_handler.h
index 377ffbc389b29d8e392b4129a5e3ed3662ae98c0..4a12089bf0c501c74c71cb1794b2693750dab5ec 100644
--- a/chrome/common/extensions/web_accessible_resources_handler.h
+++ b/chrome/common/extensions/web_accessible_resources_handler.h
@@ -38,6 +38,11 @@ class WebAccessibleResourcesHandler : public ManifestHandler {
virtual ~WebAccessibleResourcesHandler();
virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
+
+ private:
+ virtual const std::vector<std::string> Keys() const OVERRIDE;
+
+ DISALLOW_COPY_AND_ASSIGN(WebAccessibleResourcesHandler);
};
} // namespace extensions
« no previous file with comments | « chrome/common/extensions/unpacker_unittest.cc ('k') | chrome/common/extensions/web_accessible_resources_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698