Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: chrome/browser/chromeos/cros/keyboard_library.h

Issue 6243009: Deprecate Get/SetKeyboardLayoutPerWindow APIs (Chrome part). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/cros/cros_mock.cc ('k') | chrome/browser/chromeos/cros/keyboard_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/chromeos/cros/cros_mock.cc ('k') | chrome/browser/chromeos/cros/keyboard_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698