| Index: chrome/browser/ui/toolbar/back_forward_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/back_forward_menu_model.h b/chrome/browser/ui/toolbar/back_forward_menu_model.h
|
| index 8145fb93e25ac843375de74b071c177510429ff7..97f1155295bf8900777fb8cd69b63a151c6da621 100644
|
| --- a/chrome/browser/ui/toolbar/back_forward_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/back_forward_menu_model.h
|
| @@ -53,6 +53,7 @@ class BackForwardMenuModel : public ui::MenuModel {
|
| // out the total number of items to show.
|
| virtual int GetItemCount() const OVERRIDE;
|
| virtual ItemType GetTypeAt(int index) const OVERRIDE;
|
| + virtual ui::MenuSeparatorType GetSeparatorTypeAt(int index) const OVERRIDE;
|
| virtual int GetCommandIdAt(int index) const OVERRIDE;
|
| virtual string16 GetLabelAt(int index) const OVERRIDE;
|
| virtual bool IsItemDynamicAt(int index) const OVERRIDE;
|
|
|