summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_context.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 19:34:40 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 19:34:40 +0000
commit7108c64f6bd1e125e62161f356cdbff3dcf37032 (patch)
tree1ba3c2c494f01e065e53581309ed99f5b8f94a37 /content/public/browser/browser_context.h
parentacc4ec81894936924635a483c3b6c146c30cde54 (diff)
downloadchromium_src-7108c64f6bd1e125e62161f356cdbff3dcf37032.zip
chromium_src-7108c64f6bd1e125e62161f356cdbff3dcf37032.tar.gz
chromium_src-7108c64f6bd1e125e62161f356cdbff3dcf37032.tar.bz2
Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone.
BUG=350455 TEST=none R=jam@chromium.org, michaeln@chromium.org Review URL: https://codereview.chromium.org/194053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/browser_context.h')
-rw-r--r--content/public/browser/browser_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index c16a77d..4f9e967 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -87,9 +87,6 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// across the next restart.
static void SaveSessionState(BrowserContext* browser_context);
- // Tells the HTML5 objects on this context to purge any uneeded memory.
- static void PurgeMemory(BrowserContext* browser_context);
-
virtual ~BrowserContext();
// Returns the path of the directory where this context's data is stored.