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

Unified Diff: chrome/browser/omnibox_search_hint.cc

Issue 10810062: Moving common code into OmniboxView from OmniboxView* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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: chrome/browser/omnibox_search_hint.cc
diff --git a/chrome/browser/omnibox_search_hint.cc b/chrome/browser/omnibox_search_hint.cc
index f2e7f01f29eb0f0cf497bf6dc61c3cd9ff1ddcc6..ed9ba01f91f0af4b22fd4d96ac49b1600e5a6de1 100644
--- a/chrome/browser/omnibox_search_hint.cc
+++ b/chrome/browser/omnibox_search_hint.cc
@@ -221,7 +221,7 @@ void OmniboxSearchHint::ShowEnteringQuery() {
omnibox_view->SelectAll(false);
// Entering text in the omnibox view triggers the suggestion popup that we
// don't want to show in this case.
- omnibox_view->ClosePopup();
+ omnibox_view->CloseAutocompletePopup();
}
void OmniboxSearchHint::DisableHint() {

Powered by Google App Engine
This is Rietveld 408576698