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

Unified Diff: ash/system/system_notifier.cc

Issue 110173004: Introduces the notifier id for multi-profile notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years 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') | chrome/browser/chromeos/login/multi_profile_first_run_notification.cc » ('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 bbd62c9488f0821c2677c938c83787ced87fd682..e4d65d27338fcfac3be006d1f8707f3968cc5387 100644
--- a/ash/system/system_notifier.cc
+++ b/ash/system/system_notifier.cc
@@ -27,6 +27,7 @@ const char* kAshSystemNotifiers[] = {
kNotifierInputMethod,
kNotifierLocale,
kNotifierLocallyManagedUser,
+ kNotifierMultiProfileFirstRun,
kNotifierNetwork,
kNotifierNetworkError,
kNotifierScreenshot,
@@ -57,6 +58,7 @@ const char kNotifierDisplayError[] = "ash.display.error";
const char kNotifierInputMethod[] = "ash.input-method";
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";
const char kNotifierScreenshot[] = "ash.screenshot";
« no previous file with comments | « ash/system/system_notifier.h ('k') | chrome/browser/chromeos/login/multi_profile_first_run_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698