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. |