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

Unified Diff: chrome/browser/chromeos/login/language_switch_menu.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 | « no previous file | chrome/browser/chromeos/login/language_switch_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/language_switch_menu.h
diff --git a/chrome/browser/chromeos/login/language_switch_menu.h b/chrome/browser/chromeos/login/language_switch_menu.h
index a2819d99c9a2a93fe3d71ddc630a181772668ac3..a3db06e8da1f87b2af207e19b7e008273de824eb 100644
--- a/chrome/browser/chromeos/login/language_switch_menu.h
+++ b/chrome/browser/chromeos/login/language_switch_menu.h
@@ -33,8 +33,7 @@ class LanguageSwitchMenu : public views::ViewMenuDelegate,
// Returns current locale name to be placed on the language menu-button.
std::wstring GetCurrentLocaleName() const;
- // Returns original width of the first level menu to be shown when called.
- int GetFirstLevelMenuWidth() const;
+ // Sets the minimum width of the first level menu to be shown.
void SetFirstLevelMenuWidth(int width);
void set_menu_offset(int delta_x, int delta_y) {
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/language_switch_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698