| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2df570f715583a2203a8b6f05093cf43fdcca0bd..5ebd73cb345da5820dc58c24d73fe33780814b65 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -36,6 +36,11 @@ 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.has_seen_setuo_dialog";
|
| +
|
| // 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
|
|
|