diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 16:17:41 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 16:17:41 +0000 |
commit | 177aceb6f080122a87f3141585506299183ca145 (patch) | |
tree | 5541e5ba7a0ae8d63e9896f0dd2f8377de371cd3 /chrome/common/chrome_switches.cc | |
parent | 7277a0449202badbf4e2f8564f2a8891d9815cbf (diff) | |
download | chromium_src-177aceb6f080122a87f3141585506299183ca145.zip chromium_src-177aceb6f080122a87f3141585506299183ca145.tar.gz chromium_src-177aceb6f080122a87f3141585506299183ca145.tar.bz2 |
[Mac] Add a confirm to quit experiment to about:flags.
BUG=27786,60591
TEST=Enable 'Confirm to Quit' in about:flags. When you press Cmd+Q, it brings up the floaty panel telling you to hold the key combo. When you do, it quits after 1.5 seconds.
Review URL: http://codereview.chromium.org/4220005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index ccbba43..8f0e242 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"; |