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

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc

Issue 10732002: Upstream rewrite of Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace id with instant_url. Created 8 years, 5 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/omnibox/omnibox_view_gtk.cc
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
index 5f0d868809d7325c442a074d2572ab8f1f54a75e..f461d563d73b6a3e28845b338d23ae0051725e32 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
@@ -1205,7 +1205,7 @@ gboolean OmniboxViewGtk::HandleViewFocusOut(GtkWidget* sender,
view_getting_focus = going_to_focus_;
// This must be invoked before ClosePopup.
- model_->OnWillKillFocus(view_getting_focus);
+ model_->OnWillKillFocus();
// Close the popup.
ClosePopup();

Powered by Google App Engine
This is Rietveld 408576698