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

Unified Diff: chrome/browser/chromeos/cros/cros_in_process_browser_test.cc

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 | « no previous file | chrome/browser/chromeos/cros/keyboard_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/cros_in_process_browser_test.cc
diff --git a/chrome/browser/chromeos/cros/cros_in_process_browser_test.cc b/chrome/browser/chromeos/cros/cros_in_process_browser_test.cc
index 58055b51f93d546f271eec4e7e37e00905e3e434..46304d55308f1bac9ae74bc9daeb6dd0fbdc6f26 100644
--- a/chrome/browser/chromeos/cros/cros_in_process_browser_test.cc
+++ b/chrome/browser/chromeos/cros/cros_in_process_browser_test.cc
@@ -152,6 +152,10 @@ void CrosInProcessBrowserTest::SetKeyboardLibraryStatusAreaExpectations() {
.Times(AnyNumber())
.WillRepeatedly((Return(true)))
.RetiresOnSaturation();
+ EXPECT_CALL(*mock_keyboard_library_, RemapModifierKeys(_))
+ .Times(AnyNumber())
+ .WillRepeatedly((Return(true)))
+ .RetiresOnSaturation();
EXPECT_CALL(*mock_keyboard_library_, SetKeyboardLayoutPerWindow(_))
.Times(AnyNumber())
.WillRepeatedly((Return(true)))
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/keyboard_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698