Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 2df570f715583a2203a8b6f05093cf43fdcca0bd..0a73fe29e06e845092ea43d89f9959df6eeeb5cf 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -36,6 +36,10 @@ const char kHomePage[] = "homepage"; |
// Did the user change the home page after install? |
const char kHomePageChanged[] = "homepage_changed"; |
+// Used to determine if the initial setup dialog has already been shown to the |
+// custodian of the managed user. |
+const char kManagedModeHasSeenSetupDialog[] = "managed_mode.setup_seen"; |
Bernhard Bauer
2013/04/08 12:26:09
For least surprise, it would be good if the string
Adrian Kuegel
2013/04/08 14:31:04
Done.
|
+ |
// This preference is used to store the hash of a password of the custodian of |
// a managed user. It allows to unlock options which should be not available to |
// the managed user. The salt preference is used to derive the hash from the |