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

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

Issue 12084034: Change manifest handler interface to always (implicitly) pass the entire manifest to handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tts, TODO 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/web_intents_handler.h
diff --git a/chrome/common/extensions/web_intents_handler.h b/chrome/common/extensions/web_intents_handler.h
index d195b311d35043b6e68a322127d950aaa3b55df1..9b486fb31c5abf73fc7b22bff03b66519329684c 100644
--- a/chrome/common/extensions/web_intents_handler.h
+++ b/chrome/common/extensions/web_intents_handler.h
@@ -39,9 +39,7 @@ class WebIntentsHandler : public ManifestHandler {
WebIntentsHandler();
virtual ~WebIntentsHandler();
- virtual bool Parse(const base::Value* value,
- Extension* extension,
- string16* error) OVERRIDE;
+ virtual bool Parse(Extension* extension, string16* error) OVERRIDE;
};
} // namespace extensions
« no previous file with comments | « chrome/common/extensions/web_accessible_resources_handler.cc ('k') | chrome/common/extensions/web_intents_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698