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

Unified Diff: ash/system/system_notifier.cc

Issue 1177773002: Deprecating high-conflict accelerators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing comment in histograms.xml Created 5 years, 6 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.cc
diff --git a/ash/system/system_notifier.cc b/ash/system/system_notifier.cc
index c762930ed7a342c5752ebb675d9ff35f750f230b..b6aa1668b7d6fcd47acd541d0c69109d080342ca 100644
--- a/ash/system/system_notifier.cc
+++ b/ash/system/system_notifier.cc
@@ -22,6 +22,7 @@ namespace {
// which can appear regardless of the situation, such like login screen or lock
// screen.
const char* kAlwaysShownSystemNotifierIds[] = {
+ kNotifierAcceleratorController,
kNotifierBattery,
kNotifierDisplay,
kNotifierDisplayError,
@@ -69,6 +70,7 @@ bool MatchSystemNotifierId(const message_center::NotifierId& notifier_id,
} // namespace
+const char kNotifierAcceleratorController[] = "ash.accelerator-controller";
const char kNotifierBattery[] = "ash.battery";
const char kNotifierBluetooth[] = "ash.bluetooth";
const char kNotifierDisplay[] = "ash.display";

Powered by Google App Engine
This is Rietveld 408576698