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..8497c3329b92cd8a415af0973e5626e0e556a8bd 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -145,6 +145,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsDelegate, |
virtual void SetFocus(bool focused); |
// Overridden in tests. |
virtual bool ViewTakeFocus(bool reverse); |
+ virtual void Back(); |
+ virtual void Forward(); |
+ virtual void Go(int relative_index); |
// Static factory instance (always NULL for non-test). |
static content::BrowserPluginHostFactory* factory_; |