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..40553d1a8b3e3d86ee9133a0d6d62cb39ef5f1b2 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 |