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

Unified Diff: views/controls/menu/native_menu_win.h

Issue 3533001: Add SetMinimumWidth to Menu2 for chromeos. Removed LanguageSwitchModel::GetFirstLevelMenuWidth (Closed)
Patch Set: updated comment Created 10 years, 3 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 | « views/controls/menu/native_menu_gtk.cc ('k') | views/controls/menu/native_menu_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/native_menu_win.h
diff --git a/views/controls/menu/native_menu_win.h b/views/controls/menu/native_menu_win.h
index 1e07a9fb83037590570d62f55db371936b517c07..e364bcc1456150a5d928f7e01f1cd66090282d6a 100644
--- a/views/controls/menu/native_menu_win.h
+++ b/views/controls/menu/native_menu_win.h
@@ -33,6 +33,7 @@ class NativeMenuWin : public MenuWrapper {
virtual MenuAction GetMenuAction() const;
virtual void AddMenuListener(MenuListener* listener);
virtual void RemoveMenuListener(MenuListener* listener);
+ virtual void SetMinimumWidth(int width);
private:
// IMPORTANT: Note about indices.
« no previous file with comments | « views/controls/menu/native_menu_gtk.cc ('k') | views/controls/menu/native_menu_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698