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

Unified Diff: ui/views/controls/webview/webview.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: ui/views/controls/webview/webview.cc
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
index dcc85e89118114f2aaf5cf41b78f9abfaa37ea82..037498562ad18064cfde4dc2a1c7dc808a4f1e6f 100644
--- a/ui/views/controls/webview/webview.cc
+++ b/ui/views/controls/webview/webview.cc
@@ -249,7 +249,6 @@ content::WebContents* WebView::CreateWebContents(
return content::WebContents::Create(browser_context,
site_instance,
MSG_ROUTING_NONE,
- NULL,
NULL);
}

Powered by Google App Engine
This is Rietveld 408576698