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

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

Issue 2393043004: Blimp: IME should submit form with text (Closed)
Patch Set: dtrainor@ comments Created 4 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 | « blimp/client/core/contents/ime_feature_unittest.cc ('k') | blimp/common/proto/ime.proto » ('j') | 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 eeefe6f7a543e92d5a0e7f6f19e97c182c13a468..b6c1d16914c7ede3ea09bde9ac13c65ac4f93a63 100644
--- a/blimp/client/core/contents/mock_ime_feature_delegate.h
+++ b/blimp/client/core/contents/mock_ime_feature_delegate.h
@@ -19,10 +19,8 @@ class MockImeFeatureDelegate : public client::ImeFeature::Delegate {
MockImeFeatureDelegate();
~MockImeFeatureDelegate() override;
- MOCK_METHOD3(OnShowImeRequested,
- void(ui::TextInputType input_type,
- const std::string& text,
- const ImeFeature::ShowImeCallback& callback));
+ MOCK_METHOD1(OnShowImeRequested,
+ void(const ImeFeature::WebInputRequest& request));
MOCK_METHOD0(OnHideImeRequested, void());
};
« no previous file with comments | « blimp/client/core/contents/ime_feature_unittest.cc ('k') | blimp/common/proto/ime.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698