| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index fe4150eab0cd4dc80dca42a04aa4fb6b673d9aa3..2c4b1868c63983fcd3d9540b9d87cbc306fe3ae6 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -48,6 +48,10 @@ const char kDisable2dCanvasAntialiasing[] = "disable-canvas-aa";
|
| const char kEnableExperimentalCanvasFeatures[]
|
| = "enable-experimental-canvas-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";
|
| +
|
| // Disables accelerated compositing.
|
| const char kDisableAcceleratedCompositing[] = "disable-accelerated-compositing";
|
|
|
|
|