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

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

Issue 17114002: Field trial removing tiles from NTP if URL is already open - for 1993 clients (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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_instant_controller.cc
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
index 008753e789bf6608b7df751c357af2c50355cbad..7ee0c561bb5ff64a84ff12adaa7ece4be1dced48 100644
--- a/chrome/browser/ui/browser_instant_controller.cc
+++ b/chrome/browser/ui/browser_instant_controller.cc
@@ -159,6 +159,10 @@ Profile* BrowserInstantController::profile() const {
return browser_->profile();
}
+TabStripModel* BrowserInstantController::tab_strip_model() const {
+ return browser_->tab_strip_model();
+}
+
void BrowserInstantController::CommitInstant(
scoped_ptr<content::WebContents> overlay,
bool in_new_tab) {

Powered by Google App Engine
This is Rietveld 408576698