| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index c4a8a37b78f77e722020a2431a64da525b44cfde..2aaa33343bc972ee8cdca82bdf2ca5fafbba9a24 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -476,11 +476,6 @@ const char kEnablePreciseMemoryInfo[] = "enable-precise-memory-info";
|
| // Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
|
| const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
|
|
| -// Enable privileged WebGL extensions; without this switch such extensions are
|
| -// available only to Chrome extensions.
|
| -const char kEnablePrivilegedWebGLExtensions[] =
|
| - "enable-privileged-webgl-extensions";
|
| -
|
| // Enables the CSS multicol implementation that uses the regions implementation.
|
| const char kEnableRegionBasedColumns[] =
|
| "enable-region-based-columns";
|
|
|