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

Unified Diff: chromeos/ime/fake_xkeyboard.cc

Issue 231753002: Fixing caps lock problems under ChromeOS where the tray does not properly follow the real caps lock… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 6 years, 8 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
Index: chromeos/ime/fake_xkeyboard.cc
diff --git a/chromeos/ime/fake_xkeyboard.cc b/chromeos/ime/fake_xkeyboard.cc
index 6a7d7a4158d9a1734ef991acdf53ad2779ea10ee..fdc227a656ec2ccb3950f869c68de32b604d7ae3 100644
--- a/chromeos/ime/fake_xkeyboard.cc
+++ b/chromeos/ime/fake_xkeyboard.cc
@@ -13,6 +13,12 @@ FakeXKeyboard::FakeXKeyboard()
auto_repeat_is_enabled_(false) {
}
+void FakeXKeyboard::AddObserver(XKeyboard::Observer* observer) {
+}
+
+void FakeXKeyboard::RemoveObserver(XKeyboard::Observer* observer) {
+}
+
bool FakeXKeyboard::SetCurrentKeyboardLayoutByName(
const std::string& layout_name) {
++set_current_keyboard_layout_by_name_count_;

Powered by Google App Engine
This is Rietveld 408576698