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

Unified Diff: ui/base/win/mock_tsf_bridge.cc

Issue 11148012: Introduce TsfEventRouter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix win build break Created 8 years, 2 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 | « ui/base/win/mock_tsf_bridge.h ('k') | ui/base/win/tsf_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/mock_tsf_bridge.cc
diff --git a/ui/base/win/mock_tsf_bridge.cc b/ui/base/win/mock_tsf_bridge.cc
index b960898db9913247770bbf6b4407010fbf0d7ca0..f293f78b7cd56931b710020f096ba4841e209aea 100644
--- a/ui/base/win/mock_tsf_bridge.cc
+++ b/ui/base/win/mock_tsf_bridge.cc
@@ -52,6 +52,10 @@ void MockTsfBridge::RemoveFocusedClient(TextInputClient* client) {
focused_window_ = NULL;
}
+base::win::ScopedComPtr<ITfThreadMgr> MockTsfBridge::GetThreadManager() {
+ return thread_manager_;
+}
+
void MockTsfBridge::Reset() {
shutdown_call_count_ = 0;
enable_ime_call_count_ = 0;
« no previous file with comments | « ui/base/win/mock_tsf_bridge.h ('k') | ui/base/win/tsf_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698