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