commit | 71d4f60d21ca92f852b75c638a0398c9906cba3f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 04 23:21:10 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 04 23:21:10 2013 |
tree | 95673622fffa791262f3fb4a5e129d5bfcf335eb | |
parent | bd86f05e129cccf0cf03fb5a2b65d63451f53924 [diff] [blame] |
Added flag to enable WebGL Draft Extensions to about:flags BUG=167037 [email protected], [email protected] Review URL: https://codereview.chromium.org/16358011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204068 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 97e7378..2ca9e1f 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc
@@ -1516,6 +1516,13 @@ MULTI_VALUE_TYPE(kTabCaptureDownscaleQualityChoices) }, #endif + { + "enable-webgl-draft-extensions", + IDS_FLAGS_ENABLE_WEBGL_DRAFT_EXTENSIONS_NAME, + IDS_FLAGS_ENABLE_WEBGL_DRAFT_EXTENSIONS_DESCRIPTION, + kOsAll, + SINGLE_VALUE_TYPE(switches::kEnableWebGLDraftExtensions) + }, }; const Experiment* experiments = kExperiments;