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

Unified Diff: content/browser/site_instance.h

Issue 6693054: Get rid of extensions dependency from content\browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/renderer_host/test_render_view_host.cc ('k') | content/browser/site_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/site_instance.h
===================================================================
--- content/browser/site_instance.h (revision 80243)
+++ content/browser/site_instance.h (working copy)
@@ -149,10 +149,7 @@
// GetRelatedSiteInstance instead.
explicit SiteInstance(BrowsingInstance* browsing_instance);
- // Get the effective URL for the given actual URL. If the URL is part of an
- // installed app, the effective URL is an extension URL with the ID of that
- // extension as the host. This has the effect of grouping apps together in
- // a common SiteInstance.
+ // Get the effective URL for the given actual URL.
static GURL GetEffectiveURL(Profile* profile, const GURL& url);
// Returns the type of renderer process this instance belongs in, for grouping
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.cc ('k') | content/browser/site_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698