| Index: ash/ime_control_delegate.h
|
| diff --git a/ash/ime_control_delegate.h b/ash/ime_control_delegate.h
|
| index 5d6e53825e8f4f1a15a9a16dfb89bbfa991881bb..0066bdac42d2d5bb00f2bdefd83f0c20055072a2 100644
|
| --- a/ash/ime_control_delegate.h
|
| +++ b/ash/ime_control_delegate.h
|
| @@ -21,6 +21,9 @@ 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.
|
| + virtual bool IsFrenchKeyboard() = 0;
|
| };
|
|
|
| } // namespace ash
|
|
|