Chromium Code Reviews| Index: chrome/browser/ui/views/ash/ime_controller_chromeos.h |
| diff --git a/chrome/browser/ui/views/ash/ime_controller_chromeos.h b/chrome/browser/ui/views/ash/ime_controller_chromeos.h |
| index 9cc5c823a290626760e0cc2acd81742a226658f2..d001a71b5d7792b6bb0e831a95d3562f4fb756be 100644 |
| --- a/chrome/browser/ui/views/ash/ime_controller_chromeos.h |
| +++ b/chrome/browser/ui/views/ash/ime_controller_chromeos.h |
| @@ -21,8 +21,12 @@ class ImeController : public ash::ImeControlDelegate { |
| virtual bool HandleNextIme() OVERRIDE; |
| virtual bool HandlePreviousIme() OVERRIDE; |
| virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) OVERRIDE; |
| + virtual ui::Accelerator RemapAccelerator( |
| + const ui::Accelerator& accelerator) OVERRIDE; |
| private: |
| + bool IsFrenchKeyboard() const; |
|
Daniel Erat
2012/05/30 17:51:06
nit: rename to UsingFrenchInputMethod() (since it'
Mr4D (OOO till 08-26)
2012/05/30 18:09:46
Done. But: Well - it's a mix of both. Could be tha
|
| + |
| DISALLOW_COPY_AND_ASSIGN(ImeController); |
| }; |