Index: chrome/browser/ui/browser_tab_strip_model_delegate.cc |
diff --git a/chrome/browser/ui/browser_tab_strip_model_delegate.cc b/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
index e60fca9f13b5698c2b4273355c7c68f241a3ff20..422b3d3476766ff0b332eeb87cdf060070fea3f8 100644 |
--- a/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
+++ b/chrome/browser/ui/browser_tab_strip_model_delegate.cc |
@@ -85,7 +85,7 @@ TabContents* BrowserTabStripModelDelegate::CreateTabContentsForURL( |
content::PageTransition transition, bool defer_load, |
content::SiteInstance* instance) const { |
TabContents* contents = TabContentsFactory(profile, instance, |
- MSG_ROUTING_NONE, GetActiveWebContents(browser_), NULL); |
+ MSG_ROUTING_NONE, GetActiveWebContents(browser_)); |
if (!defer_load) { |
// Load the initial URL before adding the new tab contents to the tab strip |
// so that the tab contents has navigation state. |