Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 69d0941ea98aa3d3b59d69990e50d468da97f344..6e0415597a610a22b83184560b4e89279f068ffb 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -345,10 +345,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"; |