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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_views.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/views/omnibox/omnibox_view_views.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
index 357dec6fb42cf327d83850fc045d2fc3f531c707..484fe0f6e294881192d0c2e38eb465973ffce040 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
@@ -421,7 +421,7 @@ void OmniboxViewViews::HandleFocusOut() {
native_view = root->GetFocusManager()->GetFocusedWindow();
}
#endif
- model_->OnWillKillFocus(native_view);
+ model_->OnWillKillFocus();
// Close the popup.
ClosePopup();
// Tell the model to reset itself.

Powered by Google App Engine
This is Rietveld 408576698