Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index e3e8250a2645ae2e1392dea3f9ce5915e7f281b9..2e6534fd9f6865af25b7b229a32d521ae898d10d 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -533,6 +533,12 @@ class CONTENT_EXPORT ContentBrowserClient { |
// Clears browser cookies. |
virtual void ClearCookies(RenderViewHost* rvh) {} |
+ // Sets blocked domains. |
+ virtual void SetBlockedDomains( |
+ RenderViewHost* rvh, |
+ const std::string& id, |
+ const std::vector<std::string>& blocked_domains) {} |
+ |
// Returns the default download directory. |
// This can be called on any thread. |
virtual base::FilePath GetDefaultDownloadDirectory(); |