summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorluken <luken@chromium.org>2014-09-03 22:34:46 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-04 05:37:22 +0000
commit862c1780c5b5c2df52f1b234d9c214cf6c25c4d1 (patch)
tree4961124b7219c020829cc7e5022f4d3a05cab3a8 /chrome/common/chrome_switches.h
parent752f786be4d439120f79cbf036da54bb2604829f (diff)
downloadchromium_src-862c1780c5b5c2df52f1b234d9c214cf6c25c4d1.zip
chromium_src-862c1780c5b5c2df52f1b234d9c214cf6c25c4d1.tar.gz
chromium_src-862c1780c5b5c2df52f1b234d9c214cf6c25c4d1.tar.bz2
Adds WARP support to Chromium on Windows 8+
Metro mode requires a GPU process but there are a few tablets and other devices that don't have a GPU. Currently we don't expose the menu option for Metro mode on these devices. This CL exposes the Metro mode option for all Windows 8+ machines, and if a GPU isn't normally available it turns on WARP support for Metro mode only. BUG=314954 Review URL: https://codereview.chromium.org/435383002 Cr-Commit-Position: refs/heads/master@{#293267}
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index d8af127..4ad34ff 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -374,7 +374,6 @@ extern const char kEnableProfileShortcutManager[];
extern const char kForceDesktop[];
extern const char kForceImmersive[];
extern const char kRelaunchShortcut[];
-extern const char kViewerConnect[];
extern const char kViewerLaunchViaAppId[];
extern const char kWaitForMutex[];
extern const char kWindows8Search[];