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) |