| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 85083ae0700872d152bf9b79d046c131da4f3342..871330186fd179ae61f7eb61f90e6ffa344e87d0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -439,9 +439,6 @@ const char kEnableTracingOutput[] = "enable-tracing-output";
|
| const char kEnableUserMediaScreenCapturing[] =
|
| "enable-usermedia-screen-capturing";
|
|
|
| -// Enables streaming scripts to V8 while loading.
|
| -const char kEnableV8ScriptStreaming[] = "enable-v8-script-streaming";
|
| -
|
| // Enables the use of the @viewport CSS rule, which allows
|
| // pages to control aspects of their own layout. This also turns on touch-screen
|
| // pinch gestures.
|
|
|