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

Unified Diff: content/browser/site_instance_impl.h

Issue 2322673005: Fix process transfers for blob urls of sites requiring dedicated processes. (Closed)
Patch Set: Charlie's fixes. Created 4 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/frame_host/render_frame_host_manager.cc ('k') | content/browser/site_instance_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_instance_impl.h
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
index 9089a02ab89c4a7ec8983b2cd35fd22dca5ba034..1a255ebb848cfd1d0f3a1afa78e0fdbf4dc55897 100644
--- a/content/browser/site_instance_impl.h
+++ b/content/browser/site_instance_impl.h
@@ -120,14 +120,12 @@ class CONTENT_EXPORT SiteInstanceImpl final : public SiteInstance,
static GURL GetEffectiveURL(BrowserContext* browser_context,
const GURL& url);
- // Returns true if pages loaded from |effective_url| ought to be handled only
- // by a renderer process isolated from other sites. If --site-per-process is
- // on the command line, this is true for all sites. In other site isolation
- // modes, only a subset of sites will require dedicated processes.
- //
- // |effective_url| must be an effective URL.
+ // Returns true if pages loaded from |url| ought to be handled only by a
+ // renderer process isolated from other sites. If --site-per-process is on the
+ // command line, this is true for all sites. In other site isolation modes,
+ // only a subset of sites will require dedicated processes.
static bool DoesSiteRequireDedicatedProcess(BrowserContext* browser_context,
- const GURL& effective_url);
+ const GURL& url);
private:
friend class BrowsingInstance;
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager.cc ('k') | content/browser/site_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698