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

Unified Diff: chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc

Issue 1910693002: Avoid the long merge session throttle interstitial page for NTP on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: piman's nit Created 4 years, 8 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 | « no previous file | chrome/browser/chromeos/login/signin/merge_session_resource_throttle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
diff --git a/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc b/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
index fa890843599df707d9afcbb4b0a464d9b5dc45a8..5890ada5eef5ffb75637dfbc7c979a90b07249db 100644
--- a/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
+++ b/chrome/browser/chromeos/login/signin/merge_session_navigation_throttle.cc
@@ -30,7 +30,7 @@ MergeSessionNavigationThrottle::WillStartRequest() {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
if (!merge_session_throttling_utils::ShouldDelayUrl(
navigation_handle()->GetURL()) ||
- !merge_session_throttling_utils::ShouldDelayRequest(
+ !merge_session_throttling_utils::ShouldDelayRequestForWebContents(
navigation_handle()->GetWebContents())) {
return content::NavigationThrottle::PROCEED;
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/signin/merge_session_resource_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698