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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 10917225: Browser Plugin: Reload and Stop operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated 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_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index cf82b9f1493bc7c4a109bddaf8b5cd0855b69482..436686e4347e6422e30decb31f009dab9b1a843e 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -148,6 +148,10 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsDelegate,
// Handles input event acks so they are sent to browser plugin host (via
// embedder) instead of default view/widget host.
void HandleInputEventAck(RenderViewHost* render_view_host, bool handled);
+ // Stop loading the guest.
+ void Stop();
+ // Reload the guest.
+ void Reload();
// Helper to send messages to embedder. Overriden in test implementation since
// we want to intercept certain messages for testing.

Powered by Google App Engine
This is Rietveld 408576698