Index: extensions/browser/extension_host.h |
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h |
index e10a98ffc723c95ef726948a0b9f699e1fc9cc10..24bd9ba1a1c975412afc59a697a73f1e417f09f0 100644 |
--- a/extensions/browser/extension_host.h |
+++ b/extensions/browser/extension_host.h |
@@ -101,6 +101,7 @@ class ExtensionHost : public content::WebContentsDelegate, |
content::WebContents* web_contents, |
const content::MediaStreamRequest& request, |
const content::MediaResponseCallback& callback) OVERRIDE; |
+ virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE; |
// content::NotificationObserver |
virtual void Observe(int type, |