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

Unified Diff: chrome/common/pref_names.h

Issue 17320005: Update strings to match the final spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: For review Created 7 years, 6 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
===================================================================
--- chrome/common/pref_names.h (revision 207238)
+++ chrome/common/pref_names.h (working copy)
@@ -23,7 +23,8 @@
extern const char kHomePage[];
extern const char kManagedModeManualHosts[];
extern const char kManagedModeManualURLs[];
-extern const char kManagedUserCustodian[];
+extern const char kManagedUserCustodianEmail[];
+extern const char kManagedUserCustodianName[];
Sergiu 2013/06/20 15:54:56 I did a search, where do we actually set this?
Pam (message me for reviews) 2013/06/20 20:26:40 We don't yet. I have a patch that tries to, which
Sergiu 2013/06/20 21:47:46 I should read change descriptions carefully next t
extern const char kSessionExitedCleanly[];
extern const char kSessionExitType[];
extern const char kRestoreOnStartup[];

Powered by Google App Engine
This is Rietveld 408576698