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 4adeb91e49e80da1f2bbb0fc1471246b47bfe163..68dc5278597ca547fb4149e161be9f40e0c749be 100644 |
--- a/chrome/browser/ui/browser_instant_controller.cc |
+++ b/chrome/browser/ui/browser_instant_controller.cc |
@@ -136,6 +136,10 @@ Profile* BrowserInstantController::profile() const { |
return browser_->profile(); |
} |
+const TabStripModel* BrowserInstantController::tab_strip_model() const { |
+ return browser_->tab_strip_model(); |
+} |
+ |
void BrowserInstantController::ReplaceWebContentsAt( |
int index, |
scoped_ptr<content::WebContents> new_contents) { |