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

Unified Diff: ui/base/ime/fake_input_method.cc

Issue 17112021: New method: InputMethod::IsCandidatePopupOpen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
Index: ui/base/ime/fake_input_method.cc
diff --git a/ui/base/ime/fake_input_method.cc b/ui/base/ime/fake_input_method.cc
old mode 100644
new mode 100755
index 26998e67d4b95714a2aa1a47d0f69e5e57d45988..4b6ac7b9c41e1d3e0f0feb340ea8d4d942674fc5
--- a/ui/base/ime/fake_input_method.cc
+++ b/ui/base/ime/fake_input_method.cc
@@ -137,6 +137,10 @@ bool FakeInputMethod::IsActive() {
return true;
}
+bool FakeInputMethod::IsPopupOpen() const {
+ return false;
+}
+
ui::TextInputType FakeInputMethod::GetTextInputType() const {
return ui::TEXT_INPUT_TYPE_NONE;
}

Powered by Google App Engine
This is Rietveld 408576698