Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: content/public/browser/content_browser_client.h

Issue 1985983002: WebUI: shuffle less between threads when responding to requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698