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

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: Fix final nits 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..8dbf7fc8ac9aef617d09694f6c9f95e200818b59 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->CloseOmniboxPopup();
}
void OmniboxSearchHint::DisableHint() {
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698