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

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: 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
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";

Powered by Google App Engine
This is Rietveld 408576698