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

Unified Diff: content/renderer/browser_plugin/browser_plugin_channel_manager.h

Issue 10544143: Browser Plugin: Plumbing to enable tabbing out of a browser tag (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed nit Created 8 years, 6 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/renderer/browser_plugin/browser_plugin_channel_manager.h
diff --git a/content/renderer/browser_plugin/browser_plugin_channel_manager.h b/content/renderer/browser_plugin/browser_plugin_channel_manager.h
index b450801ad1b12a57e2b3cb759e64f1896b35f8da..cbe578d9c046ff11ca9e3f4886432a0f219c799a 100644
--- a/content/renderer/browser_plugin/browser_plugin_channel_manager.h
+++ b/content/renderer/browser_plugin/browser_plugin_channel_manager.h
@@ -60,6 +60,7 @@ class BrowserPluginChannelManager
void OnLoadGuest(int instance_id,
int guest_renderer_id,
const IPC::ChannelHandle& channel_handle);
+ void OnAdvanceFocus(int instance_id, bool reverse);
// RenderProcessObserver override. Call on render thread.
virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.cc ('k') | content/renderer/browser_plugin/browser_plugin_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698