diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index c629020..46a7a46 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -308,86 +308,6 @@ void ShowFontsLanguagesWindow(gfx::NativeWindow window, //------------------------------------------------------------------------------ #if defined(OS_LINUX) && defined(TOOLKIT_VIEWS) -namespace views { - -MenuItemView::MenuItemView(MenuDelegate* delegate) { -} - -MenuItemView::~MenuItemView() { -} - -MenuItemView* MenuItemView::AppendMenuItemInternal(int item_id, - const std::wstring& label, - const SkBitmap& icon, - Type type) { - NOTIMPLEMENTED(); - return NULL; -} - -void MenuItemView::RunMenuAt(gfx::NativeView parent, - const gfx::Rect& bounds, - AnchorPosition anchor, - bool has_mnemonics) { - NOTIMPLEMENTED(); -} - -void MenuItemView::RunMenuForDropAt(gfx::NativeView parent, - const gfx::Rect& bounds, - AnchorPosition anchor) { - NOTIMPLEMENTED(); -} - -// Hides and cancels the menu. This does nothing if the menu is not open. -void MenuItemView::Cancel() { - NOTIMPLEMENTED(); -} - -SubmenuView* MenuItemView::CreateSubmenu() { - NOTIMPLEMENTED(); - return NULL; -} - -void MenuItemView::SetSelected(bool selected) { - NOTIMPLEMENTED(); -} - -void MenuItemView::SetIcon(const SkBitmap& icon, int item_id) { - NOTIMPLEMENTED(); -} - -void MenuItemView::SetIcon(const SkBitmap& icon) { - NOTIMPLEMENTED(); -} - -void MenuItemView::Paint(gfx::Canvas* canvas) { - NOTIMPLEMENTED(); -} - -gfx::Size MenuItemView::GetPreferredSize() { - NOTIMPLEMENTED(); - return gfx::Size(); -} - -MenuController* MenuItemView::GetMenuController() { - NOTIMPLEMENTED(); - return NULL; -} - -MenuDelegate* MenuItemView::GetDelegate() { - NOTIMPLEMENTED(); - return NULL; -} - -MenuItemView* MenuItemView::GetRootMenuItem() { - NOTIMPLEMENTED(); - return NULL; -} - -wchar_t MenuItemView::GetMnemonic() { - return 'a'; -} - -} // namespace views ConstrainedWindow* ConstrainedWindow::CreateConstrainedDialog( TabContents* owner, |