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

Unified Diff: chrome/browser/about_flags.cc

Issue 254393008: Enabling new-style 'virtual viewport' pinch by default on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_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 8559d1c53e2f8f891e0ef5bb663f1ffecab04c24..55dc423699a9c796087477b79119befd3d6814f1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -984,14 +984,14 @@ const Experiment kExperiments[] = {
kOsLinux | kOsWin | kOsCrOS,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePinch, switches::kDisablePinch),
},
+#endif // defined(USE_ASH)
{
"enable-pinch-virtual-viewport",
IDS_FLAGS_ENABLE_PINCH_VIRTUAL_VIEWPORT_NAME,
IDS_FLAGS_ENABLE_PINCH_VIRTUAL_VIEWPORT_DESCRIPTION,
- kOsLinux | kOsWin | kOsCrOS,
+ kOsLinux | kOsWin | kOsAndroid,
SINGLE_VALUE_TYPE(cc::switches::kEnablePinchVirtualViewport),
},
-#endif // defined(USE_ASH)
{
"enable-viewport-meta",
IDS_FLAGS_ENABLE_VIEWPORT_META_NAME,
« no previous file with comments | « no previous file | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698