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

Unified Diff: chrome/browser/about_flags.cc

Issue 10947046: Eliminate kAshNotifyDisabled and SystemNotification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 8 years, 3 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/system/power/tray_power.cc ('k') | chrome/browser/chromeos/extensions/file_browser_notifications.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index db989a8efe423c63b0a6ffd2f63fdaaa98cf8d4a..6393490baafb7bfd5df325fc8add5269e7dc4bda 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -766,13 +766,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshTouchHud)
},
{
- "ash-notify-disabled",
- IDS_FLAGS_DISABLE_ASH_NOTIFY_NAME,
- IDS_FLAGS_DISABLE_ASH_NOTIFY_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(ash::switches::kAshNotifyDisabled),
- },
- {
"enable-pinch",
IDS_FLAGS_ENABLE_PINCH_SCALE_NAME,
IDS_FLAGS_ENABLE_PINCH_SCALE_DESCRIPTION,
« no previous file with comments | « ash/system/power/tray_power.cc ('k') | chrome/browser/chromeos/extensions/file_browser_notifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698