Chromium Code Reviews| Index: ash/ime_control_delegate.h |
| diff --git a/ash/ime_control_delegate.h b/ash/ime_control_delegate.h |
| index 5d6e53825e8f4f1a15a9a16dfb89bbfa991881bb..08a2470af8740f8614805e98d7edadc34820b4c7 100644 |
| --- a/ash/ime_control_delegate.h |
| +++ b/ash/ime_control_delegate.h |
| @@ -21,6 +21,10 @@ class ImeControlDelegate { |
| virtual bool HandlePreviousIme() = 0; |
| // Switches to another IME depending on the |accelerator|. |
| virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) = 0; |
| + |
| + // Get locale informations about the used keyboard. |
|
Daniel Erat
2012/05/30 15:58:27
This comment doesn't make much sense to me. Would
Mr4D (OOO till 08-26)
2012/05/30 16:21:31
Done.
|
| + virtual ui::Accelerator RemapAccelerator( |
| + const ui::Accelerator& accelerator) = 0; |
| }; |
| } // namespace ash |