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

Unified Diff: chromeos/ime/fake_xkeyboard.h

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: 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.h
diff --git a/chromeos/ime/fake_xkeyboard.h b/chromeos/ime/fake_xkeyboard.h
index df531ae7e34a9ac193b97e4a86fdcd5cc438139a..aadda08a391e76b3aef464ff33e4a38c39a7215a 100644
--- a/chromeos/ime/fake_xkeyboard.h
+++ b/chromeos/ime/fake_xkeyboard.h
@@ -20,6 +20,9 @@ class CHROMEOS_EXPORT FakeXKeyboard : public XKeyboard {
FakeXKeyboard();
virtual ~FakeXKeyboard() {}
+ virtual void AddObserver(Observer* observer) OVERRIDE;
+ virtual void RemoveObserver(Observer* observer) OVERRIDE;
+
Daniel Erat 2014/04/09 20:27:00 nit: remove blank line between these overridden me
Mr4D (OOO till 08-26) 2014/04/09 23:27:02 Done.
virtual bool SetCurrentKeyboardLayoutByName(const std::string& layout_name)
OVERRIDE;
virtual bool ReapplyCurrentKeyboardLayout() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698