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

Unified Diff: ash/system/system_notifier.h

Issue 2817423002: ash: Move "WiFi is turned on." buble to the notification center. (Closed)
Patch Set: Created 3 years, 8 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.h
diff --git a/ash/system/system_notifier.h b/ash/system/system_notifier.h
index 12b4ce199c95f10b25b21fd8a8298144a6777c0d..1fa4832aebac7089aa3b5bf9adde37a1737775c4 100644
--- a/ash/system/system_notifier.h
+++ b/ash/system/system_notifier.h
@@ -40,6 +40,7 @@ ASH_EXPORT extern const char kNotifierSessionLengthTimeout[];
ASH_EXPORT extern const char kNotifierSms[];
ASH_EXPORT extern const char kNotifierSupervisedUser[];
ASH_EXPORT extern const char kNotifierWebUsb[];
+ASH_EXPORT extern const char kNotifierWifiToggle[];
// Returns true if notifications from |notifier_id| should always appear as
// popups. "Always appear" means the popups should appear even in login screen,

Powered by Google App Engine
This is Rietveld 408576698