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

Unified Diff: chrome/common/pref_names.h

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: 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 2e466cbf0d2d6ec7a86a9feff83f2967c2d4a890..8db2aef88a5b2c24ed840e6c4a86d0bacbb971b5 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -22,6 +22,7 @@ extern const char kDisableScreenshots[];
extern const char kHomePageIsNewTabPage[];
extern const char kHomePage[];
extern const char kHomePageChanged[];
+extern const char kManagedModeHasSeenSetupDialog[];
Bernhard Bauer 2013/04/08 12:26:09 I'm not very happy using "managed mode" in code (w
Adrian Kuegel 2013/04/08 14:31:04 What prefix would you suggest instead? ManagedUser
Bernhard Bauer 2013/04/09 11:41:22 Yes, ManagedUser (managed_user.X in the actual str
extern const char kManagedModeLocalPassphrase[];
extern const char kManagedModeLocalSalt[];
extern const char kManagedModeManualHosts[];

Powered by Google App Engine
This is Rietveld 408576698