| Index: trunk/src/chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/chrome_switches.cc (revision 219785)
|
| +++ trunk/src/chrome/common/chrome_switches.cc (working copy)
|
| @@ -583,6 +583,10 @@
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| +// 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 Google Now integration.
|
| const char kEnableGoogleNowIntegration[] = "enable-google-now-integration";
|
|
|
|
|