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/generated_resources.grd | |
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/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 226a341..c9b03f3a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4421,6 +4421,12 @@ each locale. --> <message name="IDS_HISTORY_FORWARD_MAC" desc="The menu item for forward in the history menu."> Forward </message> + <message name="IDS_HISTORY_VISITED_MAC" desc="The menu item for the header of most visited items in the history menu."> + Most Visited + </message> + <message name="IDS_HISTORY_CLOSED_MAC" desc="The menu item for the header of recently closed items in the history menu."> + Recently Closed + </message> <!-- Bookmarks menu --> <message name="IDS_BOOKMARK_CURRENT_PAGE_MAC" desc="The menu item for booking the current page in the bookmark menu."> Bookmark Current Page... |