| 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 7a61399c7d788336dfba16b3a9796183d0ef96da..56b709c056f6d638e4121c36d4f391c1cff9d77c 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.
|
|
|