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

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

Issue 10960003: Browser Plugin: Implement Back, Forward, and Go. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT 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_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
index ac65d80fa5fd3245f91b1e4f5bd6c5a47b5d7985..28ca2324829f39b8db306d691c58b93ac5587a85 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
@@ -60,6 +60,7 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
void OnHandleInputEvent(const IPC::SyncMessage& message, bool* handled);
void OnSetFocus(int instance_id, bool focused);
void OnPluginDestroyed(int instance_id);
+ void OnGo(int instance_id, int relative_index);
void OnStop(int instance_id);
void OnReload(int instance_id);

Powered by Google App Engine
This is Rietveld 408576698