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

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

Issue 10960003: Browser Plugin: Implement Back, Forward, and Go. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a test 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..edf01df11d3296a08453242618a62c7eb33406dd 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -121,6 +121,9 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
const WebKit::WebInputEvent& event,
IPC::Message* reply_message);
void PluginDestroyed(int instance_id);
+ void Back(int instance_id);
+ void Forward(int instance_id);
+ void Go(int instance_id, int relative_index);
// Called when visiblity of web_contents changes, so the embedder will
// show/hide its guest.

Powered by Google App Engine
This is Rietveld 408576698