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/browser/jumplist.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/browser/jumplist.h')
-rw-r--r-- | chrome/browser/jumplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/jumplist.h b/chrome/browser/jumplist.h index 265377a..e107482 100644 --- a/chrome/browser/jumplist.h +++ b/chrome/browser/jumplist.h @@ -121,7 +121,7 @@ class JumpList : public TabRestoreService::Observer { // Returns true if the custom JumpList is enabled. // We use the custom JumpList when we satisfy the following conditions: // * Chromium is running on Windows 7 and; - // * Chromium is lauched with an "--enable-custom-jumplist" option. + // * Chromium is lauched without a "--disable-custom-jumplist" option. // TODO(hbono): to be enabled by default when we finalize the categories and // items of our JumpList. static bool Enabled(); |