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 38a3c6fb4ddf3225d8772bc7663b70cd27ab7ac7..cb9023e9551188ab0202d171dfd3ed1633b75fca 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -190,6 +190,11 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void GetAdditionalWebUISchemes( |
std::vector<std::string>* additional_schemes) {} |
+ // Returns a list of webUI hosts to ignore the storage partition check in |
+ // URLRequestChromeJob::CheckStoragePartitionMatches. |
+ virtual void GetWebUIHostsToIgnoreParititionCheck( |
+ std::vector<std::string>* hosts); |
+ |
// Creates the main net::URLRequestContextGetter. Should only be called once |
// per ContentBrowserClient object. |
// TODO(ajwong): Remove once http://crbug.com/159193 is resolved. |