| 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 92a2227876a0ad0b5877897b349ef520831fbfa9..653d8870352c0132adc247df3aeb37cb2a376f17 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);
|
| + InputMethodMenu();
|
| virtual ~InputMethodMenu();
|
|
|
| // ui::MenuModel implementation.
|
| @@ -197,13 +196,8 @@ 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
|
| - // use radio buttons.
|
| - const bool for_out_of_box_experience_dialog_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodMenu);
|
| };
|
|
|
|
|