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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 12518033: Browser Plugin: Only install BrowserPluginMessageFilter if render process supports BrowserPlugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 9 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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index bae36d8523f3de94ede508a42e480d2d43a2bdcf..da9409f77f8f78284b3a2cf2cef04291c1984ab0 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -211,6 +211,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
content::BrowserPpapiHost* browser_host) OVERRIDE;
virtual content::BrowserPpapiHost* GetExternalBrowserPpapiHost(
int plugin_process_id) OVERRIDE;
+ virtual bool SupportsBrowserPlugin(content::BrowserContext* browser_context,
+ const GURL& site_url) OVERRIDE;
virtual bool AllowPepperSocketAPI(
content::BrowserContext* browser_context,
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698