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

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.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/views/ash/panel_view_aura.cc
diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
index 5e2329121e0f5cfc4c7a923c61b43a6a72a2a8ad..27970cfd1a71c1bd50ee54a452ad80a17d15a418 100644
--- a/chrome/browser/ui/views/ash/panel_view_aura.cc
+++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
@@ -107,7 +107,7 @@ void PanelHost::Init(const GURL& url) {
site_instance_ = content::SiteInstance::CreateForURL(profile_, url);
web_contents_.reset(content::WebContents::Create(
- profile_, site_instance_.get(), MSG_ROUTING_NONE, NULL, NULL));
+ profile_, site_instance_.get(), MSG_ROUTING_NONE, NULL));
chrome::SetViewType(web_contents_.get(), chrome::VIEW_TYPE_PANEL);
web_contents_->SetDelegate(this);
Observe(web_contents_.get());

Powered by Google App Engine
This is Rietveld 408576698