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

Unified Diff: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac win compile fixes Created 8 years, 4 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/ui/webui/constrained_web_dialog_delegate_base.cc
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
index 2b9d325b5d0e923cd21a4715a8779635c9877bb9..7ef82676481fa8a0627735e336571756d8f458e6 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
+++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
@@ -33,7 +33,7 @@ ConstrainedWebDialogDelegateBase::ConstrainedWebDialogDelegateBase(
release_tab_on_close_(false) {
CHECK(delegate);
WebContents* web_contents =
- WebContents::Create(profile, NULL, MSG_ROUTING_NONE, NULL, NULL);
+ WebContents::Create(profile, NULL, MSG_ROUTING_NONE, NULL);
tab_.reset(new TabContents(web_contents));
if (tab_delegate) {
override_tab_delegate_.reset(tab_delegate);

Powered by Google App Engine
This is Rietveld 408576698