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

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

Issue 8268003: Hide autocomplete popup when IME candidate window is open (on Windows). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: initialize Created 9 years, 2 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') | chrome/browser/ui/omnibox/omnibox_view.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 1d2253b46e9f92c321c091d9a10094f90f6ac9c2..990d45ce3051a085f792599489f9e89e2d51255d 100644
--- a/chrome/browser/ui/omnibox/omnibox_view.h
+++ b/chrome/browser/ui/omnibox/omnibox_view.h
@@ -182,6 +182,10 @@ class OmniboxView {
// Returns true if the user is composing something in an IME.
virtual bool IsImeComposing() const = 0;
+ // Returns true if the autocomplete popup should not be shown, for example,
+ // because the IME candidate window is open.
+ virtual bool ShouldHideAutocompletePopup() const;
+
#if defined(TOOLKIT_VIEWS)
// Adds the autocomplete edit view to view hierarchy and
// returns the views::View of the edit view.
« no previous file with comments | « no previous file | chrome/browser/ui/omnibox/omnibox_view.cc » ('j') | chrome/browser/ui/omnibox/omnibox_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698