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

Unified Diff: chrome/browser/chromeos/input_method/mock_xkeyboard.cc

Issue 11594008: Revert 173477 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
Index: chrome/browser/chromeos/input_method/mock_xkeyboard.cc
===================================================================
--- chrome/browser/chromeos/input_method/mock_xkeyboard.cc (revision 173477)
+++ chrome/browser/chromeos/input_method/mock_xkeyboard.cc (working copy)
@@ -63,15 +63,5 @@
*out_num_lock_enabled = num_lock_is_enabled_;
}
-bool MockXKeyboard::SetAutoRepeatEnabled(bool enabled) {
- auto_repeat_enabled_ = enabled;
- return true;
-}
-
-bool MockXKeyboard::SetAutoRepeatRate(const AutoRepeatRate& rate) {
- auto_repeat_rate_ = rate;
- return true;
-}
-
} // namespace input_method
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/input_method/mock_xkeyboard.h ('k') | chrome/browser/chromeos/input_method/xkeyboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698