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

Unified Diff: chrome/browser/ui/input_method/input_method_engine_unittest.cc

Issue 2597413002: Makes the InputMethodEngine can be switched per profile when the top-level browser window is switch… (Closed)
Patch Set: . Created 4 years 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: chrome/browser/ui/input_method/input_method_engine_unittest.cc
diff --git a/chrome/browser/ui/input_method/input_method_engine_unittest.cc b/chrome/browser/ui/input_method/input_method_engine_unittest.cc
index 8664e8792b4890a24400131cac37862ec4d0414b..e44466a580bc25dea42a00860a115ac6361f5342 100644
--- a/chrome/browser/ui/input_method/input_method_engine_unittest.cc
+++ b/chrome/browser/ui/input_method/input_method_engine_unittest.cc
@@ -107,6 +107,7 @@ class TestObserver : public InputMethodEngineBase::Observer {
surrounding_info_.anchor = anchor_pos;
surrounding_info_.offset = offset;
}
+ void OnRequestEngineSwitch() override {}
// Returns and resets the bitmap |calls_bitmap_|.
unsigned char GetCallsBitmapAndReset() {
« no previous file with comments | « chrome/browser/ui/input_method/input_method_engine_base.cc ('k') | ui/base/ime/chromeos/mock_ime_engine_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698