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

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

Issue 10008107: Improve MockXKeyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/mock_xkeyboard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/mock_xkeyboard.h
diff --git a/chrome/browser/chromeos/input_method/mock_xkeyboard.h b/chrome/browser/chromeos/input_method/mock_xkeyboard.h
index 848c43ce2283041c8b24e7f39d84a0af80db9465..fc42aa742a53a73d2de4a4317db6ab3d731453d0 100644
--- a/chrome/browser/chromeos/input_method/mock_xkeyboard.h
+++ b/chrome/browser/chromeos/input_method/mock_xkeyboard.h
@@ -41,6 +41,8 @@ class MockXKeyboard : public XKeyboard {
int set_current_keyboard_layout_by_name_count_;
std::string last_layout_;
+ bool caps_lock_is_enabled_;
+ bool num_lock_is_enabled_;
// TODO(yusukes): Add more variables for counting the numbers of the API calls
private:
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/mock_xkeyboard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698