diff options
Diffstat (limited to 'content/public/browser/browser_context.h')
-rw-r--r-- | content/public/browser/browser_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h index 7a4577e..7b0103b 100644 --- a/content/public/browser/browser_context.h +++ b/content/public/browser/browser_context.h @@ -68,9 +68,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 clear their data on destruction. - static void ClearLocalOnDestruction(BrowserContext* browser_context); - // Tells the HTML5 objects on this context to purge any uneeded memory. static void PurgeMemory(BrowserContext* browser_context); |