| Index: chrome/browser/chromeos/extensions/input_method_event_router.h
|
| diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
|
| index 2912f6272b088e386d124a42aa16f3b2d8f52d45..15b8b94f870f64275a33bc7576dc846b4b585ac1 100644
|
| --- a/chrome/browser/chromeos/extensions/input_method_event_router.h
|
| +++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
|
| @@ -19,16 +19,9 @@ class ExtensionInputMethodEventRouter
|
|
|
| // Implements input_method::InputMethodManager::Observer:
|
| virtual void InputMethodChanged(
|
| - input_method::InputMethodManager* manager,
|
| - const input_method::InputMethodDescriptor& current_input_method,
|
| - size_t num_active_input_methods) OVERRIDE;
|
| - virtual void ActiveInputMethodsChanged(
|
| - input_method::InputMethodManager* manager,
|
| - const input_method::InputMethodDescriptor& current_input_method,
|
| - size_t num_active_input_methods) OVERRIDE;
|
| - virtual void PropertyListChanged(
|
| - input_method::InputMethodManager* manager,
|
| - const input_method::InputMethodPropertyList& properties) OVERRIDE;
|
| + input_method::InputMethodManager* manager) OVERRIDE;
|
| + virtual void InputMethodPropertyChanged(
|
| + input_method::InputMethodManager* manager) OVERRIDE {}
|
|
|
| // Returns input method name for the given XKB (X keyboard extensions in X
|
| // Window System) id.
|
|
|