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

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: merged ToT 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
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a135bd10aa05364c5429ed0d4855694da06fbab4..e643841227e1ca2dcfb18b2343ed250e7b90cd59 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);
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698