Chromium Code Reviews| 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: |