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

Unified Diff: chrome/browser/ui/browser.cc

Issue 338633003: Prerender Instant search base url on omnibox focus event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 6 years, 6 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/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 8cd337440a1443a2a048d6ba99b7108cc5965f7a..4ec490e7a54fb3774925ec4e440e7afad591f04e 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -916,6 +916,9 @@ void Browser::TabInsertedAt(WebContents* contents,
session_service->SetSelectedTabInWindow(session_id(),
new_active_index);
}
+
+ if (instant_controller_)
+ instant_controller_->TabInsertedAt(contents, index, foreground);
kmadhusu 2014/06/17 18:29:35 As per our discussion, you are doing this to submi
sidharthms 2014/06/17 21:52:24 Done.
}
void Browser::TabClosingAt(TabStripModel* tab_strip_model,

Powered by Google App Engine
This is Rietveld 408576698