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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 11000027: Rename GetSite in SiteInstance to GetSiteURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index c41f658a6a44d9aa5e0dbbcc28fef75cd7e2ae33..4a087e2bbfeaf5387e35f2b002af12f0cf8b87b1 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1309,7 +1309,7 @@ void WebContentsImpl::CreateNewWindow(
const std::string& partition_id =
content::GetContentClient()->browser()->
GetStoragePartitionIdForSite(GetBrowserContext(),
- site_instance->GetSite());
+ site_instance->GetSiteURL());
content::StoragePartition* partition =
BrowserContext::GetStoragePartition(GetBrowserContext(),
site_instance);
« no previous file with comments | « content/browser/web_contents/render_view_host_manager_unittest.cc ('k') | content/public/browser/site_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698