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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_win.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_win.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.cc b/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
index eb131b2535df42756f3e1a945cafde449cc97b2c..eaa7c2eb4701ec88f608cc25f784d2ab3d81f09a 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
@@ -1529,7 +1529,7 @@ void OmniboxViewWin::OnKillFocus(HWND focus_wnd) {
}
// This must be invoked before ClosePopup.
- model_->OnWillKillFocus(focus_wnd);
+ model_->OnWillKillFocus();
// Close the popup.
ClosePopup();

Powered by Google App Engine
This is Rietveld 408576698