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

Unified Diff: chrome/browser/chromeos/login/simple_web_view_dialog.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/chromeos/login/simple_web_view_dialog.cc
diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
index e13499bf6e812fb5e51c6bacf7518a0fc0ddbe0b..1e6fc69671b2de359417ac4bc23f0a88a483fff2 100644
--- a/chrome/browser/chromeos/login/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/simple_web_view_dialog.cc
@@ -149,7 +149,6 @@ void SimpleWebViewDialog::StartLoad(const GURL& url) {
WebContents::Create(ProfileManager::GetDefaultProfile(),
NULL,
MSG_ROUTING_NONE,
- NULL,
NULL);
tab_contents_.reset(new TabContents(web_contents));
web_view_->SetWebContents(web_contents);

Powered by Google App Engine
This is Rietveld 408576698