diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 10:24:39 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-24 10:24:39 +0000 |
commit | 07388164de80e5f61c4faf558e040bb2182b343c (patch) | |
tree | ed2b462af58d45e2df10c49610bd0db2f32a139a /chrome/chrome.gyp | |
parent | 89dd1a308e2534e885a4609e86cc72368a657c4b (diff) | |
download | chromium_src-07388164de80e5f61c4faf558e040bb2182b343c.zip chromium_src-07388164de80e5f61c4faf558e040bb2182b343c.tar.gz chromium_src-07388164de80e5f61c4faf558e040bb2182b343c.tar.bz2 |
Integrates a custom JumpList of Windows 7 into Chromium.
This change adds an option "--enable-custom-jumplist" that uses the ICustomDestinationList interface to add "Most Visited" pages, "Recently Closed" pages, and "Tasks" to the JumpList of Chromium.
This change registers the CustomJumpList class into an observer of TabRestoreService so it can update the JumpList when a user adds/removes a tab.
This change stores icon files used by a custom JumpList under "$(User Data Dir)/JumpListIcons" so Taskbar can show JumpList icons even when Chromium is not running.
BUG=8037
TEST=Right-click the taskbar icon of Chromium on Windows 7.
Review URL: http://codereview.chromium.org/56175
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f2ba135..14570e3 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1245,6 +1245,8 @@ 'browser/input_window_dialog_win.cc', 'browser/jankometer.cc', 'browser/jankometer.h', + 'browser/jumplist.cc', + 'browser/jumplist.h', 'browser/jsmessage_box_handler.cc', 'browser/jsmessage_box_handler.h', 'browser/keychain_mac.cc', @@ -2291,6 +2293,7 @@ 'browser/history_view.cc', 'browser/ime_input.cc', 'browser/importer/ie_importer.cc', + 'browser/jumplist.cc', 'browser/memory_details.cc', 'browser/modal_html_dialog_delegate.cc', 'browser/sandbox_policy.cc', |