Chromium Code Reviews| Index: blimp/client/core/contents/blimp_contents_view_impl_aura.cc |
| diff --git a/blimp/client/core/contents/blimp_contents_view_impl_aura.cc b/blimp/client/core/contents/blimp_contents_view_impl_aura.cc |
| index 0e0582c0cc81f860f21a4a2fd8f166f37b04aff1..3657248a18d87df63cbf0c67facd2072f6aaa24b 100644 |
| --- a/blimp/client/core/contents/blimp_contents_view_impl_aura.cc |
| +++ b/blimp/client/core/contents/blimp_contents_view_impl_aura.cc |
| @@ -14,11 +14,7 @@ namespace { |
| class AuraImeDelegate : public ImeFeature::Delegate { |
| public: |
| ~AuraImeDelegate() override = default; |
| - void OnShowImeRequested( |
| - ui::TextInputType input_type, |
| - const std::string& text, |
| - const ImeFeature::ShowImeCallback& callback) override { |
| - callback.Run(""); |
| + void OnShowImeRequested(const ImeFeature::WebInputRequest& request) override { |
|
David Trainor- moved to gerrit
2016/10/14 16:57:40
This dropped some behavior (removed callback.Run("
|
| } |
| void OnHideImeRequested() override {} |