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

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: remove changes from https://codereview.chromium.org/812513003 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 925e6c64f04bd8e4073f23822e0e9360f0f09823..3575bc26f5df4cc77d86a6a5ba9029c967d8f05a 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1920,6 +1920,17 @@ const char kConsumerManagementStage[] = "consumer_management.stage";
// A boolean pref. If set to true, new experimental OOBE UI is displayed.
const char kNewOobe[] = "NewOobe";
+
+// An integer pref of the current consumer management enrollment stage. The
+// meaning of the value is defined in the enum EnrollmentStage in:
+// chrome/browser/chromeos/policy/consumer_management_service.h
+const char kConsumerManagementEnrollmentStage[] =
+ "consumer_management.enrollment_stage";
dzhioev (left Google) 2014/12/25 13:28:46 Is it a merge artifact?
Dmitry Polukhin 2014/12/25 15:53:55 Done. Thank you for finding it!
+
+// 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