diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 02:48:01 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-14 02:48:01 +0000 |
commit | 380f186d176e52cdbc54c6ceabfe5d5a7958cfba (patch) | |
tree | bb6c8419f1fd689f6cbef3796d63db10e4729e20 /chrome/common/chrome_switches.h | |
parent | 0b6381b113cbb0ef3edb03fc8296d62459859c0d (diff) | |
download | chromium_src-380f186d176e52cdbc54c6ceabfe5d5a7958cfba.zip chromium_src-380f186d176e52cdbc54c6ceabfe5d5a7958cfba.tar.gz chromium_src-380f186d176e52cdbc54c6ceabfe5d5a7958cfba.tar.bz2 |
Remove (actually, reverse meaning of) command line flag for desktop notifications, so that is is available by default in Windows.
Security review at http://b/issue?id=2161143
BUG=25975
TEST=none
Review URL: http://codereview.chromium.org/391064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 001132f..b95d3c9 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -36,6 +36,7 @@ extern const char kDisableAltWinstation[]; extern const char kDisableAudio[]; extern const char kDisableByteRangeSupport[]; extern const char kDisableCustomJumpList[]; +extern const char kDisableDesktopNotifications[]; extern const char kDisableDevTools[]; extern const char kDisableExtensions[]; extern const char kDisableHangMonitor[]; @@ -64,7 +65,6 @@ extern const char kDumpHistogramsOnExit[]; extern const char kEnableApplicationCache[]; extern const char kEnableBenchmarking[]; extern const char kEnableDatabases[]; -extern const char kEnableDesktopNotifications[]; extern const char kEnableExperimentalExtensionApis[]; extern const char kEnableExperimentalWebGL[]; extern const char kEnableExtensionTimelineApi[]; |