| 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..60d25d4ec31c4b8c140388077250f5f1e2ec7cc1 100644
|
| --- a/chrome/browser/ui/views/ash/ime_controller_chromeos.h
|
| +++ b/chrome/browser/ui/views/ash/ime_controller_chromeos.h
|
| @@ -21,6 +21,7 @@ class ImeController : public ash::ImeControlDelegate {
|
| virtual bool HandleNextIme() OVERRIDE;
|
| virtual bool HandlePreviousIme() OVERRIDE;
|
| virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) OVERRIDE;
|
| + virtual bool IsFrenchKeyboard() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ImeController);
|
|
|