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

Unified Diff: content/browser/browser_plugin/browser_plugin_host.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
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_host.h
diff --git a/content/browser/browser_plugin/browser_plugin_host.h b/content/browser/browser_plugin/browser_plugin_host.h
index 5ed58f79bc93ae5513bcdad41b1135d4caed1ac2..7b8f18e487e59dc7dc398bb33b21623d2733b5f2 100644
--- a/content/browser/browser_plugin/browser_plugin_host.h
+++ b/content/browser/browser_plugin/browser_plugin_host.h
@@ -88,6 +88,9 @@ class BrowserPluginHost : public WebContentsObserver,
void DestroyGuests();
+ // WebContentsDelegate implementation.
+ virtual bool TakeFocus(bool reverse) OVERRIDE;
+
// WebContentObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
// Used to monitor frame navigation to cleanup guests when a frame navigates
@@ -117,6 +120,8 @@ class BrowserPluginHost : public WebContentsObserver,
gfx::Size initial_size_;
GuestMap guests_;
ContainerInstanceMap guests_by_container_id_;
+
+ DISALLOW_COPY_AND_ASSIGN(BrowserPluginHost);
};
} // namespace content
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698