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

Unified Diff: ui/views/ime/mock_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/views/ime/mock_input_method.cc
diff --git a/ui/views/ime/mock_input_method.cc b/ui/views/ime/mock_input_method.cc
old mode 100644
new mode 100755
index eef7ddbdfb79d00737303d2a5578ee20031dfb99..b598dbc6c692535129787e4dcfc4f966cdaf6660
--- a/ui/views/ime/mock_input_method.cc
+++ b/ui/views/ime/mock_input_method.cc
@@ -132,6 +132,10 @@ bool MockInputMethod::IsActive() {
return active_;
}
+bool MockInputMethod::IsPopupOpen() const {
+ return false;
+}
+
bool MockInputMethod::IsMock() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698