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

Unified Diff: chrome/common/pref_names.h

Issue 12208068: Add a set passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix year in new files. Created 7 years, 10 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 3efd5e23529106bcee73eb643bdb2caf555b4496..7d2b157f44a0dd4f9548aa99acfd128adce39b3b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -21,6 +21,8 @@ extern const char kHomePage[];
extern const char kHomePageChanged[];
extern const char kManagedModeManualHosts[];
extern const char kManagedModeManualURLs[];
+extern const char kManagedModeLocalPassphrase[];
Bernhard Bauer 2013/02/07 15:33:11 Nit: Alphabetize please.
Adrian Kuegel 2013/02/07 16:31:26 This happened during the rebase, I guess it was co
+extern const char kManagedModeLocalSalt[];
extern const char kSessionExitedCleanly[];
extern const char kSessionExitType[];
extern const char kRestoreOnStartup[];

Powered by Google App Engine
This is Rietveld 408576698