Index: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc |
diff --git a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc |
index 2d83b42484b2bc702a3011147c098af7516f3231..e8b2f9f600c772055b91f37685229f5df6db05ce 100644 |
--- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc |
+++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc |
@@ -227,7 +227,7 @@ void OffscreenTab::Init(const GURL& url, |
ParentTab* parent_tab) { |
// Create the offscreen tab. |
WebContents* web_contents = WebContents::Create( |
- profile, NULL, MSG_ROUTING_NONE, NULL, NULL); |
+ profile, NULL, MSG_ROUTING_NONE, NULL); |
tab_contents_.reset(new TabContents(web_contents)); |
// Setting the size starts the renderer. |