| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5aa5f3b90363b0a7b7d835dab49054d4169cb8f5..17b7e641caa38f39010316d59eafab6450d2f7cf 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -548,6 +548,11 @@ const char kExtensionsInActionBox[] = "extensions-in-action-box";
|
| // manifest.
|
| const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
|
|
|
| +// Enable the fast unload controller, which speeds up tab/window close by
|
| +// running a tab's onunload js handler independently of the GUI -
|
| +// 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";
|
|
|