| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d6aa95f09628ca34e3c5bf3ed9eb2ea477247174..57231c3d26d350507ee1c30af908824fd881d884 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -340,10 +340,6 @@ const char kEnableExperimentalCanvasFeatures[] =
|
| const char kEnableExperimentalWebPlatformFeatures[] =
|
| "enable-experimental-web-platform-features";
|
|
|
| -// By default, cookies are not allowed on file://. They are needed for testing,
|
| -// for example page cycler and layout tests. See bug 1157243.
|
| -const char kEnableFileCookies[] = "enable-file-cookies";
|
| -
|
| // Enables TRACE for GL calls in the renderer.
|
| const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
|
|
|
|
|