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) { |