| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1098878618bca726da143f4f4d405238f431e777..01c9db1d25e1d47cad0068dcfd2ea26bb5518ed4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -387,6 +387,9 @@ const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
|
| // Enables the Cloud Print dialog hosting code.
|
| const char kEnableCloudPrint[] = "enable-cloud-print";
|
|
|
| +// Enable the Confirm to Quit experiment.
|
| +const char kEnableConfirmToQuit[] = "enable-confirm-to-quit";
|
| +
|
| // Enables establishing a backup TCP connection if a specified timeout is
|
| // exceeded.
|
| const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
|
|
|