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

Unified Diff: blimp/client/core/contents/mock_ime_feature_delegate.h

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Fixed linux client Created 4 years, 3 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 | « blimp/client/core/contents/ime_feature.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/mock_ime_feature_delegate.h
diff --git a/blimp/client/core/contents/mock_ime_feature_delegate.h b/blimp/client/core/contents/mock_ime_feature_delegate.h
index 9857879966f663a63b63ee3ca09c338bc8bf35b0..eeefe6f7a543e92d5a0e7f6f19e97c182c13a468 100644
--- a/blimp/client/core/contents/mock_ime_feature_delegate.h
+++ b/blimp/client/core/contents/mock_ime_feature_delegate.h
@@ -19,8 +19,10 @@ class MockImeFeatureDelegate : public client::ImeFeature::Delegate {
MockImeFeatureDelegate();
~MockImeFeatureDelegate() override;
- MOCK_METHOD2(OnShowImeRequested,
- void(ui::TextInputType input_type, const std::string& text));
+ MOCK_METHOD3(OnShowImeRequested,
+ void(ui::TextInputType input_type,
+ const std::string& text,
+ const ImeFeature::ShowImeCallback& callback));
MOCK_METHOD0(OnHideImeRequested, void());
};
« no previous file with comments | « blimp/client/core/contents/ime_feature.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698