| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 7a4577e4bc7e5df7de6261bcf5f4513205269964..7b0103b6bde3ad0e37f2f91b4cd96db8d118568e 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);
|
|
|
|
|