| 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 834824cc812576c21a16ed94de39bdbd44292e50..2855a8a560a8aa58e8f63f663c127df22facc39b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -237,6 +237,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserURLHandler* handler) OVERRIDE;
|
| virtual void ClearCache(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
|
| + virtual void SetBlockedDomains(
|
| + content::RenderViewHost* rvh,
|
| + const std::string& id,
|
| + const std::vector<std::string>& blocked_domains) OVERRIDE;
|
| virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| virtual void DidCreatePpapiPlugin(
|
|
|