Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: ui/views/view_unittest.cc

Issue 10837317: Setting the touch wrench menu as default menu for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another merge! Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/examples/menu_example.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view_unittest.cc
diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
index b99238ea7cc580d4ae1c977d4479df3ac164e824..c902b17685453c0a739e70096db284f0154629e8 100644
--- a/ui/views/view_unittest.cc
+++ b/ui/views/view_unittest.cc
@@ -1553,6 +1553,7 @@ class MockMenuModel : public ui::MenuModel {
MOCK_CONST_METHOD1(GetFirstItemIndex, int(gfx::NativeMenu native_menu));
MOCK_CONST_METHOD0(GetItemCount, int());
MOCK_CONST_METHOD1(GetTypeAt, ItemType(int index));
+ MOCK_CONST_METHOD1(GetSeparatorTypeAt, ui::MenuSeparatorType(int index));
MOCK_CONST_METHOD1(GetCommandIdAt, int(int index));
MOCK_CONST_METHOD1(GetLabelAt, string16(int index));
MOCK_CONST_METHOD1(IsItemDynamicAt, bool(int index));
« no previous file with comments | « ui/views/examples/menu_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698