| Index: chrome/browser/about_flags.cc
|
| ===================================================================
|
| --- chrome/browser/about_flags.cc (revision 144827)
|
| +++ chrome/browser/about_flags.cc (working copy)
|
| @@ -751,11 +751,11 @@
|
| SINGLE_VALUE_TYPE(ash::switches::kAshTouchHud)
|
| },
|
| {
|
| - "ash-notify-disabled",
|
| + "ash-notify",
|
| IDS_FLAGS_DISABLE_ASH_NOTIFY_NAME,
|
| IDS_FLAGS_DISABLE_ASH_NOTIFY_DESCRIPTION,
|
| kOsAll,
|
| - SINGLE_VALUE_TYPE(ash::switches::kAshNotifyDisabled),
|
| + SINGLE_VALUE_TYPE(ash::switches::kAshNotify),
|
| },
|
| {
|
| "enable-pinch",
|
|
|