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

Unified Diff: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content shell Created 8 years, 5 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/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 5f084dba02805680df44f1872bf7990947ba2f9f..6e81513bcca32a33c4e5ddbac340c5ecdb907b3d 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.

Powered by Google App Engine
This is Rietveld 408576698