| Index: chromeos/ime/fake_xkeyboard.h
|
| diff --git a/chromeos/ime/fake_xkeyboard.h b/chromeos/ime/fake_xkeyboard.h
|
| index c25b39f93e496021f4e04d030d16f47d7d0b5ddb..df531ae7e34a9ac193b97e4a86fdcd5cc438139a 100644
|
| --- a/chromeos/ime/fake_xkeyboard.h
|
| +++ b/chromeos/ime/fake_xkeyboard.h
|
| @@ -27,6 +27,8 @@ class CHROMEOS_EXPORT FakeXKeyboard : public XKeyboard {
|
| virtual void DisableNumLock() OVERRIDE;
|
| virtual void SetCapsLockEnabled(bool enable_caps_lock) OVERRIDE;
|
| virtual bool CapsLockIsEnabled() OVERRIDE;
|
| + virtual bool IsISOLevel5ShiftAvailable() const OVERRIDE;
|
| + virtual bool IsAltGrAvailable() const OVERRIDE;
|
| virtual bool SetAutoRepeatEnabled(bool enabled) OVERRIDE;
|
| virtual bool SetAutoRepeatRate(const AutoRepeatRate& rate) OVERRIDE;
|
|
|
|
|