Chromium Code Reviews| 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"; |