From 6277eaded1883e224015efcc5456e3c265e8b633 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Thu, 14 May 2009 21:06:57 +0000 Subject: Refactors menus so that I can create a MenuGtk implementation, and moves it into the namespace views. BUG=none TEST=make sure I haven't broken any menus. This impacts all menus in Chrome, except bookmark ones. Review URL: http://codereview.chromium.org/113410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16100 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/common/temp_scaffolding_stubs.h') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index fe22906..eda42e8 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -247,6 +247,8 @@ class Window { class InputWindowDelegate { }; +namespace views { + class Menu { public: enum AnchorPoint { @@ -279,6 +281,8 @@ class Menu { void AppendDelegateMenuItem(int item_id) { NOTIMPLEMENTED(); } }; +} // namespace view + class BookmarkManagerView { public: static BookmarkManagerView* current() { -- cgit v1.1