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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.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
« no previous file with comments | « content/browser/browser_context.cc ('k') | content/browser/browser_plugin/old/old_browser_plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.cc
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc
index 930db2726a3e556f6b711610177a1f13c68d73da..f24b755ee7c23fbc1daf0bd9b4c6474a076392a4 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc
@@ -87,7 +87,7 @@ void BrowserPluginEmbedder::NavigateGuest(RenderViewHost* render_view_host,
GURL url(src);
if (!guest) {
const std::string& host =
- render_view_host->GetSiteInstance()->GetSite().host();
+ render_view_host->GetSiteInstance()->GetSiteURL().host();
guest_web_contents = WebContentsImpl::CreateGuest(
web_contents()->GetBrowserContext(),
host,
« no previous file with comments | « content/browser/browser_context.cc ('k') | content/browser/browser_plugin/old/old_browser_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698