diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 15:37:25 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 15:37:25 +0000 |
commit | 1c84c82c18f7bae04a6b6f309979fc0ad979ec3f (patch) | |
tree | 51870daa38dbb42cdf4314a8bd5465f0d5228b70 /chrome/app/chrome_dll_resource.h | |
parent | 81067e05989c787c6b31a19626aa3f8039dcd485 (diff) | |
download | chromium_src-1c84c82c18f7bae04a6b6f309979fc0ad979ec3f.zip chromium_src-1c84c82c18f7bae04a6b6f309979fc0ad979ec3f.tar.gz chromium_src-1c84c82c18f7bae04a6b6f309979fc0ad979ec3f.tar.bz2 |
First cut at Mac history menu.
* The menu has two sections: most visited and recently closed.
* Creates a HistoryMenuBridge that observes different data sources and stores
results for use in the menu.
* Creates a HistoryMenuController to respond to Cocoa IBActions from the menu.
BUG=14933
TEST=History menu in mac should populate with most visited and recently closed
sites.
RELEASE_NOTES=Add initial implementation of the Mac history menu.
Patch by Robert Sesek.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 1434b53..1502512 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -206,4 +206,7 @@ #define IDC_BOOKMARK_MENU 43000 // OSX only #define IDC_VIEW_MENU 44000 // OSX only #define IDC_CONTROL_PANEL 45000 // Linux2 only +#define IDC_HISTORY_MENU 46000 // OSX only +#define IDC_HISTORY_MENU_VISITED 46100 // OSX only +#define IDC_HISTORY_MENU_CLOSED 46200 // OSX only |