| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e11e0e2ba9010cc19c3ae3f80841168f9383562d..6c4c47cd896f575f4bd3e0219f25259191410b98 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -518,10 +518,6 @@ const char kEnableUserMediaScreenCapturing[] =
|
| // pinch gestures.
|
| const char kEnableViewport[] = "enable-viewport";
|
|
|
| -// Allow GL contexts to be automatically virtualized (shared between command
|
| -// buffer clients) if they are compatible.
|
| -const char kEnableVirtualGLContexts[] = "enable-virtual-gl-contexts";
|
| -
|
| // Enables moving cursor by word in visual order.
|
| const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
|
|
|
|
|