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 d2ffce07bd18a446e695a13351eac526cdd758f9..305d8b44f3326fc8e616bce7a0daf17f3306a423 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -42,6 +42,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
// update our I/O thread cache of this value. |
static void SetApplicationLocale(const std::string& locale); |
+ // Pushes content setting rules to the provided |host| if supported. |
+ static void SetContentSettingRules(content::RenderViewHost* host); |
+ |
virtual content::BrowserMainParts* CreateBrowserMainParts( |
const content::MainFunctionParams& parameters) OVERRIDE; |
virtual std::string GetStoragePartitionIdForSite( |
@@ -71,6 +74,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
const base::DictionaryValue& extra_params) OVERRIDE; |
virtual void RenderProcessHostCreated( |
content::RenderProcessHost* host) OVERRIDE; |
+ virtual void RenderViewReady(content::RenderViewHost* host) OVERRIDE; |
virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context, |
const GURL& effective_url) OVERRIDE; |
virtual GURL GetEffectiveURL(content::BrowserContext* browser_context, |