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

Unified Diff: chrome/browser/chromeos/login/startup_utils.cc

Issue 1095843003: [cros] Modify oobe/login tests to work with webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable blocking test Created 5 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
Index: chrome/browser/chromeos/login/startup_utils.cc
diff --git a/chrome/browser/chromeos/login/startup_utils.cc b/chrome/browser/chromeos/login/startup_utils.cc
index c136ea3f2a242f2b4e942a436a754cd0c5d66c40..4b6df622440ead561088b9e2fe433303e370ae72 100644
--- a/chrome/browser/chromeos/login/startup_utils.cc
+++ b/chrome/browser/chromeos/login/startup_utils.cc
@@ -204,6 +204,9 @@ bool StartupUtils::IsWebviewSigninEnabled() {
// TODO(dzhioev): Re-enable webview signin for remora/shark requisition
// http://crbug.com/464049
+ LOG(ERROR) << ">>>>>>>>>>> webview enabled "
Dmitry Polukhin 2015/04/22 06:47:07 Debug prints?
Nikita (slow) 2015/04/22 09:01:45 Done.
+ << (!is_remora_or_shark_requisition && IsWebviewSigninAllowed() &&
+ !is_webview_disabled_pref);
return !is_remora_or_shark_requisition && IsWebviewSigninAllowed() &&
!is_webview_disabled_pref;
}

Powered by Google App Engine
This is Rietveld 408576698