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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.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.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 2a92f946c8b885ff3102bc8c9c97f422f31d5976..fcb3038941c0264d4d2b68a65bda11e7a2729cb9 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -121,6 +121,8 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
const WebKit::WebInputEvent& event,
IPC::Message* reply_message);
void PluginDestroyed(int instance_id);
+ void Stop(int instance_id);
+ void Reload(int instance_id);
// Called when visiblity of web_contents changes, so the embedder will
// show/hide its guest.

Powered by Google App Engine
This is Rietveld 408576698