summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 233f487..3aeaff4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -744,11 +744,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshTouchHud)
},
{
- "ash-notify",
- IDS_FLAGS_ENABLE_ASH_NOTIFY_NAME,
- IDS_FLAGS_ENABLE_ASH_NOTIFY_DESCRIPTION,
+ "ash-notify-disabled",
+ IDS_FLAGS_DISABLE_ASH_NOTIFY_NAME,
+ IDS_FLAGS_DISABLE_ASH_NOTIFY_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(ash::switches::kAshNotify),
+ SINGLE_VALUE_TYPE(ash::switches::kAshNotifyDisabled),
},
{
"enable-pinch",