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

Unified Diff: chrome/common/pref_names.cc

Issue 13778004: Start in elevated mode when creating a new managed user profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a startup elevation flag. Created 7 years, 8 months 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 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
« chrome/browser/ui/startup/startup_browser_creator_impl.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698