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

Unified Diff: ash/system/system_notifier.cc

Issue 393343002: Rename "managed (mode|user)" to "supervised user" (part 7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ash/system/system_notifier.cc
diff --git a/ash/system/system_notifier.cc b/ash/system/system_notifier.cc
index 766918619cc9f6e78c67ead370fbd20fc28c35a0..e507e782430b827833ad9f7fe3f01a0385d26d86 100644
--- a/ash/system/system_notifier.cc
+++ b/ash/system/system_notifier.cc
@@ -26,7 +26,7 @@ const char* kAshSystemNotifiers[] = {
kNotifierDisplayResolutionChange,
kNotifierDisplayError,
kNotifierLocale,
- kNotifierLocallyManagedUser,
+ kNotifierSupervisedUser,
Pam (message me for reviews) 2014/07/16 18:12:36 It looks like the order of these is not important,
Marc Treib 2014/07/17 08:58:39 Done.
kNotifierMultiProfileFirstRun,
kNotifierNetwork,
kNotifierNetworkError,
@@ -59,7 +59,7 @@ const char kNotifierDisplay[] = "ash.display";
const char kNotifierDisplayResolutionChange[] = "ash.display.resolution-change";
const char kNotifierDisplayError[] = "ash.display.error";
const char kNotifierLocale[] = "ash.locale";
-const char kNotifierLocallyManagedUser[] = "ash.locally-managed-user";
+const char kNotifierSupervisedUser[] = "ash.locally-managed-user";
Pam (message me for reviews) 2014/07/16 18:12:36 here too
Marc Treib 2014/07/17 08:58:39 Done.
const char kNotifierMultiProfileFirstRun[] = "ash.multi-profile.first-run";
const char kNotifierNetwork[] = "ash.network";
const char kNotifierNetworkError[] = "ash.network.error";

Powered by Google App Engine
This is Rietveld 408576698