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

Unified Diff: chromeos/ime/fake_xkeyboard.cc

Issue 187313002: Update StickyKeys overlay to show or hide AltGr depending on the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix rebase Created 6 years, 9 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 | « chromeos/ime/fake_xkeyboard.h ('k') | chromeos/ime/input_method_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/fake_xkeyboard.cc
diff --git a/chromeos/ime/fake_xkeyboard.cc b/chromeos/ime/fake_xkeyboard.cc
index 45bd5bf274f502301fe7bfb9853230c220afab3b..6a7d7a4158d9a1734ef991acdf53ad2779ea10ee 100644
--- a/chromeos/ime/fake_xkeyboard.cc
+++ b/chromeos/ime/fake_xkeyboard.cc
@@ -38,6 +38,14 @@ bool FakeXKeyboard::CapsLockIsEnabled() {
return caps_lock_is_enabled_;
}
+bool FakeXKeyboard::IsISOLevel5ShiftAvailable() const {
+ return false;
+}
+
+bool FakeXKeyboard::IsAltGrAvailable() const {
+ return false;
+}
+
bool FakeXKeyboard::SetAutoRepeatEnabled(bool enabled) {
auto_repeat_is_enabled_ = enabled;
return true;
« no previous file with comments | « chromeos/ime/fake_xkeyboard.h ('k') | chromeos/ime/input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698