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

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: alphabetize (and rebase) 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
« no previous file with comments | « ash/system/system_notifier.h ('k') | ash/system/tray/default_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/system_notifier.cc
diff --git a/ash/system/system_notifier.cc b/ash/system/system_notifier.cc
index 766918619cc9f6e78c67ead370fbd20fc28c35a0..b8485fe8f1f77bd18aefd21070d5c2ef605a2c0d 100644
--- a/ash/system/system_notifier.cc
+++ b/ash/system/system_notifier.cc
@@ -26,7 +26,6 @@ const char* kAshSystemNotifiers[] = {
kNotifierDisplayResolutionChange,
kNotifierDisplayError,
Pam (message me for reviews) 2014/07/17 16:48:47 Also this one (E < R)
Marc Treib 2014/07/18 08:07:06 Done.
kNotifierLocale,
- kNotifierLocallyManagedUser,
kNotifierMultiProfileFirstRun,
kNotifierNetwork,
kNotifierNetworkError,
@@ -35,6 +34,7 @@ const char* kAshSystemNotifiers[] = {
kNotifierScreenCapture,
kNotifierScreenShare,
kNotifierSessionLengthTimeout,
+ kNotifierSupervisedUser,
kNotifierPower,
kNotifierBluetooth,
Pam (message me for reviews) 2014/07/17 16:48:47 These last two too. And I think it's worth adding
Marc Treib 2014/07/18 08:07:06 Done.
NULL
@@ -59,7 +59,6 @@ const char kNotifierDisplay[] = "ash.display";
const char kNotifierDisplayResolutionChange[] = "ash.display.resolution-change";
const char kNotifierDisplayError[] = "ash.display.error";
Pam (message me for reviews) 2014/07/17 16:48:47 E < R
Marc Treib 2014/07/18 08:07:06 Done.
const char kNotifierLocale[] = "ash.locale";
-const char kNotifierLocallyManagedUser[] = "ash.locally-managed-user";
const char kNotifierMultiProfileFirstRun[] = "ash.multi-profile.first-run";
const char kNotifierNetwork[] = "ash.network";
const char kNotifierNetworkError[] = "ash.network.error";
@@ -69,6 +68,7 @@ const char kNotifierScreenshot[] = "ash.screenshot";
const char kNotifierScreenCapture[] = "ash.screen-capture";
const char kNotifierScreenShare[] = "ash.screen-share";
const char kNotifierSessionLengthTimeout[] = "ash.session-length-timeout";
+const char kNotifierSupervisedUser[] = "ash.locally-managed-user";
bool ShouldAlwaysShowPopups(const message_center::NotifierId& notifier_id) {
return MatchSystemNotifierId(notifier_id, kAlwaysShownNotifierIds);
« no previous file with comments | « ash/system/system_notifier.h ('k') | ash/system/tray/default_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698