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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.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/ui/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 4d70f6a69c4cea6e480763d56269675c942d06e6..009b16f6430df14e7c7042e771dd15dc82869430 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1523,7 +1523,7 @@ gboolean BrowserWindowGtk::OnConfigure(GtkWidget* widget,
if (bounds == configure_bounds_)
return FALSE;
- GetLocationBar()->GetLocationEntry()->ClosePopup();
+ GetLocationBar()->GetLocationEntry()->CloseAutocompletePopup();
TabContents* tab = GetDisplayedTab();
if (tab) {

Powered by Google App Engine
This is Rietveld 408576698