| 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 76e994ddcbe142188135d1c8ab572d446718a101..9d15651f322182d5db9375f79c6262b32a18d4d9 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -235,6 +235,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(
|
|
|