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: content/browser/browser_plugin/browser_plugin_embedder_helper.h

Issue 10917225: Browser Plugin: Reload and Stop operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments + merged with ToT/latest patch Created 8 years, 3 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: content/browser/browser_plugin/browser_plugin_embedder_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
index 50e25e317a0abfc289ad1409c6d5e1f3387027bb..7352ccb2477061209864968a419a2d65ac082a3f 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
@@ -61,6 +61,8 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
void OnHandleInputEvent(const IPC::SyncMessage& message, bool* handled);
void OnSetFocus(int instance_id, bool focused);
void OnPluginDestroyed(int instance_id);
+ void OnStop(int instance_id);
+ void OnReload(int instance_id);
BrowserPluginEmbedder* embedder_;

Powered by Google App Engine
This is Rietveld 408576698