| Index: chrome/browser/chromeos/cros/keyboard_library.h
|
| diff --git a/chrome/browser/chromeos/cros/keyboard_library.h b/chrome/browser/chromeos/cros/keyboard_library.h
|
| index d29f0e6512a7af10dba38adb8235597914fa00d8..4719eb2da14a945bf16c7d4e2898299361c7acbd 100644
|
| --- a/chrome/browser/chromeos/cros/keyboard_library.h
|
| +++ b/chrome/browser/chromeos/cros/keyboard_library.h
|
| @@ -32,15 +32,6 @@ class KeyboardLibrary {
|
| // Remaps modifier keys. Returns true on success.
|
| virtual bool RemapModifierKeys(const ModifierMap& modifier_map) = 0;
|
|
|
| - // Gets whehter we have separate keyboard layout per window, or not. The
|
| - // result is stored in |is_per_window|. Returns true on success.
|
| - virtual bool GetKeyboardLayoutPerWindow(bool* is_per_window) const = 0;
|
| -
|
| - // Sets whether we have separate keyboard layout per window, or not. If false
|
| - // is given, the same keyboard layout will be shared for all applications.
|
| - // Returns true on success.
|
| - virtual bool SetKeyboardLayoutPerWindow(bool is_per_window) = 0;
|
| -
|
| // Gets the current auto-repeat mode of the keyboard. The result is stored in
|
| // |enabled|. Returns true on success.
|
| virtual bool GetAutoRepeatEnabled(bool* enabled) const = 0;
|
|
|