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

Unified Diff: chrome/browser/about_flags.cc

Issue 10832252: Remove touch optimized layout on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 4 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 | « build/common.gypi ('k') | content/browser/web_contents/web_contents_impl.cc » ('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 d39376d67fa1930a7715a25a2a74ffeb2e197944..303c275eddc73240a2b1c316d600f2644dacb579 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -695,7 +695,7 @@ const Experiment kExperiments[] = {
"touch-optimized-ui",
IDS_FLAGS_TOUCH_OPTIMIZED_UI_NAME,
IDS_FLAGS_TOUCH_OPTIMIZED_UI_DESCRIPTION,
- kOsWin | kOsCrOS,
+ kOsWin,
MULTI_VALUE_TYPE(kTouchOptimizedUIChoices)
},
{
« no previous file with comments | « build/common.gypi ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698