| 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 5c6d4c53b49b2d19cb3dd73aef872dcce59320f0..b799c97f2acf4f47373da30983e11cd82766d295 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -214,11 +214,6 @@ 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 GetAdditionalWebUIHostsToIgnoreParititionCheck(
|
| - std::vector<std::string>* hosts) {}
|
| -
|
| // Called when WebUI objects are created to get aggregate usage data (i.e. is
|
| // chrome://downloads used more than chrome://bookmarks?). Only internal (e.g.
|
| // chrome://) URLs are logged. Returns whether the URL was actually logged.
|
|
|