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

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

Issue 2447553003: More pre-MD odds and ends. (Closed)
Patch Set: make test work Created 4 years, 1 month 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/extensions/extension_action.cc » ('j') | extensions/common/constants.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc
diff --git a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc
index 182474e4d2c0a3631a72f1f86e6c2589fb782b6d..b9665a232e31fd510876f811ef01f21be586b1fc 100644
--- a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc
+++ b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc
@@ -135,8 +135,8 @@ bool ShouldDelayRequestForProfile(Profile* profile) {
// before we attempt loading any page.
if (user_manager::UserManager::Get()->IsLoggedInAsUserWithGaiaAccount() &&
!user_manager::UserManager::Get()->IsLoggedInAsStub()) {
- LOG(WARNING) << "Loading content for a profile without "
- << "session restore?";
+ DVLOG(1) << "Loading content for a profile without "
sky 2016/11/02 03:05:14 Please ping the owner of this if they are ok with
Evan Stade 2016/11/02 12:58:36 +achuith@chromium.org, wdyt? I made this change be
+ << "session restore?";
}
return false;
case chromeos::OAuth2LoginManager::SESSION_RESTORE_PREPARING:
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_action.cc » ('j') | extensions/common/constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698