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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2007223003: Remove obsolete StoragePartition check from old iframe signin path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 2a24e8aef169b59276c42025f0ad8716af3ea45d..b42ef9def2a09caba2702c04b4d6b554365502c5 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1094,16 +1094,6 @@ void ChromeContentBrowserClient::GetAdditionalWebUISchemes(
additional_schemes->push_back(dom_distiller::kDomDistillerScheme);
}
-void ChromeContentBrowserClient::GetAdditionalWebUIHostsToIgnoreParititionCheck(
- std::vector<std::string>* hosts) {
- hosts->push_back(chrome::kChromeUIExtensionIconHost);
- hosts->push_back(chrome::kChromeUIFaviconHost);
- hosts->push_back(chrome::kChromeUIThemeHost);
- hosts->push_back(chrome::kChromeUIThumbnailHost);
- hosts->push_back(chrome::kChromeUIThumbnailHost2);
- hosts->push_back(chrome::kChromeUIThumbnailListHost);
-}
-
bool ChromeContentBrowserClient::LogWebUIUrl(const GURL& web_ui_url) const {
return webui::LogWebUIUrl(web_ui_url);
}
« no previous file with comments | « chrome/browser/chrome_content_browser_client.h ('k') | content/browser/webui/url_data_manager_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698