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

Unified Diff: chrome/renderer/extensions/extension_helper.h

Issue 7621032: Initial inline web store install bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback. Created 9 years, 4 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
« no previous file with comments | « chrome/renderer/extensions/extension_dispatcher.cc ('k') | chrome/renderer/extensions/extension_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_helper.h
diff --git a/chrome/renderer/extensions/extension_helper.h b/chrome/renderer/extensions/extension_helper.h
index 277b78ba83f3eea67a391148ccad02f25d15ab31..caffc17443cc9b41ba78234624d4cc0f919a3c54 100644
--- a/chrome/renderer/extensions/extension_helper.h
+++ b/chrome/renderer/extensions/extension_helper.h
@@ -26,7 +26,7 @@ namespace webkit_glue {
class ResourceFetcher;
}
-// Filters extension related messages sent to RenderViews.
+// RenderView-level plumbing for extension features.
class ExtensionHelper : public RenderViewObserver,
public RenderViewObserverTracker<ExtensionHelper> {
public:
@@ -41,6 +41,8 @@ class ExtensionHelper : public RenderViewObserver,
bool InstallWebApplicationUsingDefinitionFile(WebKit::WebFrame* frame,
string16* error);
+ void InlineWebstoreInstall(std::string webstore_item_id);
+
int browser_window_id() const { return browser_window_id_; }
ViewType::Type view_type() const { return view_type_; }
« no previous file with comments | « chrome/renderer/extensions/extension_dispatcher.cc ('k') | chrome/renderer/extensions/extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698