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 |