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

Unified Diff: ash/ash_switches.cc

Issue 10690031: Turn of ash notification tray by default for M21. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/system/power/tray_power.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
===================================================================
--- ash/ash_switches.cc (revision 144827)
+++ ash/ash_switches.cc (working copy)
@@ -17,8 +17,8 @@
// Enable extended desktop.
const char kAshExtendedDesktop[] = "ash-extended-desktop";
-// Disable using Ash notifications.
-const char kAshNotifyDisabled[] = "ash-notify-disabled";
+// Use Ash notifications.
+const char kAshNotify[] = "ash-notify";
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/system/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698