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

Unified Diff: chrome/browser/ui/omnibox/omnibox_view.h

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
« no previous file with comments | « no previous file | chrome/browser/ui/omnibox/omnibox_view.cc » ('j') | ui/base/ime/input_method_tsf.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/omnibox/omnibox_view.h
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h
index 32e781072147c4de64e965fd9bceffc85c3d6a24..d077bf0b16513c66c38b64803659e74756b94f58 100644
--- a/chrome/browser/ui/omnibox/omnibox_view.h
+++ b/chrome/browser/ui/omnibox/omnibox_view.h
@@ -210,7 +210,7 @@ class OmniboxView {
virtual bool IsImeComposing() const = 0;
// Returns true if an IME is showing a popup window, which may overlap
- // the omnibox's popup window.
+ // the omnibox's popup window. Returns false if it's not detectable.
virtual bool IsImeShowingPopup() const;
#if defined(TOOLKIT_VIEWS)
« no previous file with comments | « no previous file | chrome/browser/ui/omnibox/omnibox_view.cc » ('j') | ui/base/ime/input_method_tsf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698