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

Unified Diff: chrome/common/pref_names.cc

Issue 789353004: Host Chrome OS GAIA signin page in webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed GAIA reload case Created 6 years 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 86a4e3354cd8aaa0d1d425cceef608f683cfe2bf..ac2a1e1d6bc6e1d4363045425c4ad184aeb08f83 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1919,6 +1919,11 @@ const char kConsumerManagementStage[] = "consumer_management.stage";
// A boolean pref. If set to true, new experimental OOBE UI is displayed.
const char kNewOobe[] = "NewOobe";
+
+// A boolean pref. If set to true, experimental webview based signin flow
+// activated.
+extern const char kWebviewSigninEnabled[] =
+ "webview_signin_enabled";
#endif // defined(OS_CHROMEOS)
// Whether there is a Flash version installed that supports clearing LSO data.

Powered by Google App Engine
This is Rietveld 408576698