diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 20:58:48 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 20:58:48 +0000 |
commit | a99fce0ea927c4040410566b7c6a31049a9d9811 (patch) | |
tree | b254206eb05db424f05155aa79d2cf2694f195d1 /chrome/common/chrome_switches.h | |
parent | 89f5aa8cd1f29a63a989907c454495993659854e (diff) | |
download | chromium_src-a99fce0ea927c4040410566b7c6a31049a9d9811.zip chromium_src-a99fce0ea927c4040410566b7c6a31049a9d9811.tar.gz chromium_src-a99fce0ea927c4040410566b7c6a31049a9d9811.tar.bz2 |
[Mac] Confirm-to-quit: Add an option in the app menu.
This option is off by default. This CL also removes the command line flag and
the about:flags strings.
XIB changes:
* Add a new menu item and separator.
* Wire up the menu item to -[AppController toggleConfirmToQuit:]
BUG=60591
TEST=Go to Chromium menu. See "Warn Before Quitting (Cmd+Q)". Select it to enable/disable. Feature works as before, respecting this flag.
Review URL: http://codereview.chromium.org/6708058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 7550cff..c494151 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -66,7 +66,6 @@ extern const char kDisableAuthNegotiateCnameLookup[]; extern const char kDisableBackgroundMode[]; extern const char kDisableBackgroundNetworking[]; extern const char kDisableBlockContentAnimation[]; -extern const char kDisableConfirmToQuit[]; extern const char kDisableConnectBackupJobs[]; extern const char kDisableCustomJumpList[]; extern const char kDisableDevTools[]; |