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

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: Fixed build problems 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
« ui/views/controls/menu/menu_config.cc ('K') | « 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 bc233357704ea90659f39b38bcf209f70a213104..e062c49c0c88b573b9572fb89fd7831b1cc8e567 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));
« ui/views/controls/menu/menu_config.cc ('K') | « ui/views/examples/menu_example.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698