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

Unified Diff: content/browser/renderer_host/pepper/pepper_message_filter.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/renderer_host/pepper/pepper_message_filter.cc
diff --git a/content/browser/renderer_host/pepper/pepper_message_filter.cc b/content/browser/renderer_host/pepper/pepper_message_filter.cc
index 0355a7c35e26ad572e8857c1d5d228dd82e1f935..dac6cc8d23a448eb3ebea6d1e10cb7e28bf64865 100644
--- a/content/browser/renderer_host/pepper/pepper_message_filter.cc
+++ b/content/browser/renderer_host/pepper/pepper_message_filter.cc
@@ -829,8 +829,8 @@ bool PepperMessageFilter::CanUseSocketAPIs(int32 render_id) {
if (!content::GetContentClient()->browser()->AllowPepperSocketAPI(
site_instance->GetBrowserContext(),
- site_instance->GetSite())) {
- LOG(ERROR) << "Host " << site_instance->GetSite().host()
+ site_instance->GetSiteURL())) {
+ LOG(ERROR) << "Host " << site_instance->GetSiteURL().host()
<< " cannot use socket API";
return false;
}
« no previous file with comments | « content/browser/intents/intent_injector.cc ('k') | content/browser/renderer_host/render_view_host_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698