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

Unified Diff: chrome/browser/about_flags.cc

Issue 257903002: Fix for pinch virtual viewport flag wasn't fully enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed to AppendCompositorCommandLineFlags 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 | « cc/base/switches.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.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 f199c27e0d69973d0331024f4b2f2ae77a70580d..925f8b69a9fb7b2ff16b01594f30d45e67f4bb29 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -989,8 +989,10 @@ const Experiment kExperiments[] = {
"enable-pinch-virtual-viewport",
IDS_FLAGS_ENABLE_PINCH_VIRTUAL_VIEWPORT_NAME,
IDS_FLAGS_ENABLE_PINCH_VIRTUAL_VIEWPORT_DESCRIPTION,
- kOsLinux | kOsWin | kOsAndroid,
- SINGLE_VALUE_TYPE(cc::switches::kEnablePinchVirtualViewport),
+ kOsLinux | kOsWin | kOsCrOS | kOsAndroid,
+ ENABLE_DISABLE_VALUE_TYPE(
+ cc::switches::kEnablePinchVirtualViewport,
+ cc::switches::kDisablePinchVirtualViewport),
},
{
"enable-viewport-meta",
« no previous file with comments | « cc/base/switches.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698