diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-31 00:13:20 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-31 00:13:20 +0000 |
commit | 484e9ec2f6fb61d21f947af08b3f1bbc11a84124 (patch) | |
tree | cc9835a447efd9ed03a7d8453307c3f428e21588 /chrome/browser/back_forward_menu_model.h | |
parent | df63267a7b7a555619329b7834af3c8a3ad557de (diff) | |
download | chromium_src-484e9ec2f6fb61d21f947af08b3f1bbc11a84124.zip chromium_src-484e9ec2f6fb61d21f947af08b3f1bbc11a84124.tar.gz chromium_src-484e9ec2f6fb61d21f947af08b3f1bbc11a84124.tar.bz2 |
Implement browser action context menu on linux.
BUG=30656
TEST=manual (right click on browser actions and test the actions)
Review URL: http://codereview.chromium.org/521016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/back_forward_menu_model.h')
-rw-r--r-- | chrome/browser/back_forward_menu_model.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/back_forward_menu_model.h b/chrome/browser/back_forward_menu_model.h index 44ecb69..18c73d5 100644 --- a/chrome/browser/back_forward_menu_model.h +++ b/chrome/browser/back_forward_menu_model.h @@ -118,9 +118,9 @@ class BackForwardMenuModel : public menus::MenuModel { // How many chapter-stops (max) to show in the back/forward dropdown list. static const int kMaxChapterStops; - // Converts a menu item id, as passed in through one of the menu delegate - // functions and converts it into an absolute index into the - // NavigationEntryList vector. |index| can point to a separator, or the + // Takes a menu item index as passed in through one of the menu delegate + // functions and converts it into an index into the NavigationEntryList + // vector. |index| can point to a separator, or the // "Show Full History" link in which case this function returns -1. int MenuIndexToNavEntryIndex(int index) const; |