Chromium Code Reviews| Index: chrome/browser/chromeos/status/input_method_menu.h |
| diff --git a/chrome/browser/chromeos/status/input_method_menu.h b/chrome/browser/chromeos/status/input_method_menu.h |
| index 37d5e4daee4eb005c20af285fb6750fbdb62dc42..0718d9bc3b23c5aa34d86faa1922f72453ed20c5 100644 |
| --- a/chrome/browser/chromeos/status/input_method_menu.h |
| +++ b/chrome/browser/chromeos/status/input_method_menu.h |
| @@ -44,8 +44,7 @@ class InputMethodMenu |
| public input_method::InputMethodManager::PreferenceObserver, |
| public content::NotificationObserver { |
| public: |
| - InputMethodMenu(PrefService* pref_service, |
| - bool for_out_of_box_experience_dialog); |
| + explicit InputMethodMenu(bool for_out_of_box_experience_dialog); |
|
Nikita (slow)
2012/03/14 11:31:06
nit: for_out_of_box_experience_dialog > for_login_
Yusuke Sato
2012/03/14 14:50:58
Thanks. I noticed that the variable was actually n
|
| virtual ~InputMethodMenu(); |
| // ui::MenuModel implementation. |
| @@ -197,7 +196,6 @@ class InputMethodMenu |
| // Menu alignment (default TOPRIGHT). |
| views::MenuItemView::AnchorPosition menu_alignment_; |
| - PrefService* pref_service_; |
| content::NotificationRegistrar registrar_; |
| // true if the menu is for a dialog in OOBE screen. In the dialog, we don't |