diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 09:33:42 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 09:33:42 +0000 |
commit | 399583b852a0b9de3078f00df019bc9be96b858c (patch) | |
tree | 2c5ecf64830945b2e2a38c4cd43e0385488c6fcc /content/browser/site_instance_impl.h | |
parent | 8717475bbc326c718a0960f6eb69b9f37c50f412 (diff) | |
download | chromium_src-399583b852a0b9de3078f00df019bc9be96b858c.zip chromium_src-399583b852a0b9de3078f00df019bc9be96b858c.tar.gz chromium_src-399583b852a0b9de3078f00df019bc9be96b858c.tar.bz2 |
Garbage Collect the Storage directory on next profile start after an extension uninstall.
BUG=85127
Review URL: https://chromiumcodereview.appspot.com/11419307
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance_impl.h')
-rw-r--r-- | content/browser/site_instance_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h index 1f15e59..fda0d37 100644 --- a/content/browser/site_instance_impl.h +++ b/content/browser/site_instance_impl.h @@ -53,10 +53,6 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance, render_process_host_factory_ = rph_factory; } - // Returns the site for the given URL, which includes only the scheme and - // registered domain. Returns an empty GURL if the URL has no host. - static GURL GetSiteForURL(BrowserContext* context, const GURL& url); - protected: friend class BrowsingInstance; friend class SiteInstance; |