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

Unified Diff: chrome/browser/about_flags.cc

Issue 247193002: Remove touch layout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f199c27e0d69973d0331024f4b2f2ae77a70580d..01f00db773cce3f2b02c4d163bdedf9e9a0f8c5e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -164,16 +164,6 @@ const Experiment::Choice kTouchEventsChoices[] = {
switches::kTouchEventsDisabled }
};
-const Experiment::Choice kTouchOptimizedUIChoices[] = {
- { IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC, "", "" },
- { IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED,
- switches::kTouchOptimizedUI,
- switches::kTouchOptimizedUIEnabled },
- { IDS_GENERIC_EXPERIMENT_CHOICE_DISABLED,
- switches::kTouchOptimizedUI,
- switches::kTouchOptimizedUIDisabled }
-};
-
#if defined(USE_AURA)
const Experiment::Choice kOverscrollHistoryNavigationChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED, "", "" },
@@ -894,13 +884,6 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kTouchEventsChoices)
},
{
- "touch-optimized-ui",
- IDS_FLAGS_TOUCH_OPTIMIZED_UI_NAME,
- IDS_FLAGS_TOUCH_OPTIMIZED_UI_DESCRIPTION,
- kOsWin,
- MULTI_VALUE_TYPE(kTouchOptimizedUIChoices)
- },
- {
"disable-touch-adjustment",
IDS_DISABLE_TOUCH_ADJUSTMENT_NAME,
IDS_DISABLE_TOUCH_ADJUSTMENT_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698