diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 14:47:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 14:47:12 +0000 |
commit | deaba6d50853124583d0c00d017811dc2e5ce716 (patch) | |
tree | af6500fe0b4a5b85376cbf9165baaf872c990831 /chrome/app | |
parent | d4230d137df0e2e1aaae9d8df17414173209fe25 (diff) | |
download | chromium_src-deaba6d50853124583d0c00d017811dc2e5ce716.zip chromium_src-deaba6d50853124583d0c00d017811dc2e5ce716.tar.gz chromium_src-deaba6d50853124583d0c00d017811dc2e5ce716.tar.bz2 |
Add about:flags entry to disable WebGL.
http://crbug.com/87790
R=vangelis@chromium.org
Review URL: http://codereview.chromium.org/7980047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 36353dc..85bcf03 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4577,6 +4577,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_ENABLE_PANELS_DESCRIPTION" desc="Description for the flag to enable Panel windows."> Enable experimental extensions to open Panel windows outside of the browser frame. </message> + <message name="IDS_FLAGS_DISABLE_WEBGL_NAME" desc="Name of the 'Disable WebGL' lab."> + WebGL + </message> + <message name="IDS_FLAGS_DISABLE_WEBGL_DESCRIPTION" desc="Description for the flag to disable WebGL."> + Disable WebGL. + </message> <!-- Crashes --> <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page."> |