| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f2596cc69e24d05f1b7bbc98c1b8a03764bd329e..5583c472ae64509eee790422b7a8597c47db87de 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -575,10 +575,6 @@ const char kExtensionsInActionBox[] = "extensions-in-action-box";
|
| // 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";
|
|
|
|
|