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 27d438b9988cac97b5aae44ae6408a5a7ec4a519..f5773f73cdb1e39f90942d8f4d14117872544b2b 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -137,6 +137,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. Overridden in test implementation |
// since we want to intercept certain messages for testing. |