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

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: Fixed nit 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 27d438b9988cac97b5aae44ae6408a5a7ec4a519..e007eb0397f49fedc4d5d2671296b97efaa31862 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -145,6 +145,10 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsDelegate,
virtual void SetFocus(bool focused);
// Overridden in tests.
virtual bool ViewTakeFocus(bool reverse);
+ // Reload the guest.
+ virtual void Reload();
+ // Stop loading the guest.
+ virtual void Stop();
// Static factory instance (always NULL for non-test).
static content::BrowserPluginHostFactory* factory_;

Powered by Google App Engine
This is Rietveld 408576698