Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index e06358a5a8e49d7d19f845dbb167a05ff568b198..8d8cbcf066533808de8422410f6a810a1818524a 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -427,18 +427,6 @@ const Experiment::Choice kNotificationCenterTrayBehaviorChoices[] = { |
// When adding a new choice, add it to the end of the list. |
const Experiment kExperiments[] = { |
{ |
- "expose-for-tabs", // FLAGS:RECORD_UMA |
- IDS_FLAGS_TABPOSE_NAME, |
- IDS_FLAGS_TABPOSE_DESCRIPTION, |
- kOsMac, |
-#if defined(OS_MACOSX) |
- // The switch exists only on OS X. |
- SINGLE_VALUE_TYPE(switches::kEnableExposeForTabs) |
-#else |
- SINGLE_VALUE_TYPE("") |
-#endif |
- }, |
- { |
"conflicting-modules-check", // FLAGS:RECORD_UMA |
IDS_FLAGS_CONFLICTS_CHECK_NAME, |
IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION, |