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

Unified Diff: chrome/browser/chromeos/cros/mock_keyboard_library.h

Issue 2806077: Support chromeos::RemapModifierKeys API. (Closed)
Patch Set: Created 10 years, 5 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 | « chrome/browser/chromeos/cros/keyboard_library.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_keyboard_library.h
diff --git a/chrome/browser/chromeos/cros/mock_keyboard_library.h b/chrome/browser/chromeos/cros/mock_keyboard_library.h
index 67bcdceafbd10e605d7840a7ed84aab95e9cb569..b223172499e30c82c0aeaf6be4b1d79cb5c8d8ed 100644
--- a/chrome/browser/chromeos/cros/mock_keyboard_library.h
+++ b/chrome/browser/chromeos/cros/mock_keyboard_library.h
@@ -19,6 +19,7 @@ class MockKeyboardLibrary : public KeyboardLibrary {
MOCK_CONST_METHOD0(GetCurrentKeyboardLayoutName, std::string(void));
MOCK_METHOD1(SetCurrentKeyboardLayoutByName, bool(const std::string&));
+ MOCK_METHOD1(RemapModifierKeys, bool(const ModifierMap&));
MOCK_CONST_METHOD1(GetKeyboardLayoutPerWindow, bool(bool*));
MOCK_METHOD1(SetKeyboardLayoutPerWindow, bool(bool));
};
« no previous file with comments | « chrome/browser/chromeos/cros/keyboard_library.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698