summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 18:35:49 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 18:35:49 +0000
commit8db89020f48b2cba994f7ee48176250dad6e91c7 (patch)
tree374fb6f5d5960bc7c9d5f4550d7b5d4af3beebc6 /chrome/common/chrome_switches.h
parent149fd6df098f406fcb8bcabc12c9a8fefda49058 (diff)
downloadchromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.zip
chromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.tar.gz
chromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.tar.bz2
Added command line argument --enable-webgl to facilitate turning on
ENABLE_3D_CANVAS in development builds. Currently this argument also requires disabling the sandbox. BUG=http://crbug.com/21852 TEST=none (runs preexisting WebGL layout tests; more coming) Review URL: http://codereview.chromium.org/246042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 79b185e..f6cb10d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -248,6 +248,8 @@ extern const wchar_t kExplicitlyAllowedPorts[];
extern const wchar_t kActivateOnLaunch[];
+extern const wchar_t kEnableExperimentalWebGL[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H_