diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 10:46:50 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 10:46:50 +0000 |
commit | 52110278125f17b8f2a99a12c03e14e816e65226 (patch) | |
tree | 9aaee8d5577fdafd8d0ff7cdffe1e796cf9ccc48 /chrome/common/chrome_switches.h | |
parent | 999f6fdeb32f97fcaf94632213f0e2e1b49267e4 (diff) | |
download | chromium_src-52110278125f17b8f2a99a12c03e14e816e65226.zip chromium_src-52110278125f17b8f2a99a12c03e14e816e65226.tar.gz chromium_src-52110278125f17b8f2a99a12c03e14e816e65226.tar.bz2 |
Enable JumpList by default on Windows 7.
This change enables our custom JumpList by default, i.e. enables our custom JumpList when Chromium is launched without a "--disable-custom-jumplist" option.
BUG=8037
TEST=Right-click the taskbar icon of Chromium on Windows 7.
Review URL: http://codereview.chromium.org/159398
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22375 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 4794b71..cd99855 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -216,7 +216,7 @@ extern const wchar_t kAllowSandboxDebugging[]; extern const wchar_t kDiagnostics[]; -extern const wchar_t kEnableCustomJumpList[]; +extern const wchar_t kDisableCustomJumpList[]; extern const wchar_t kGoogleInternalCrashReporting[]; |