| Index: content/browser/in_process_webkit/webkit_context.h
|
| diff --git a/content/browser/in_process_webkit/webkit_context.h b/content/browser/in_process_webkit/webkit_context.h
|
| index f6fd578566447c032c321c51cd57ed613a2d992c..c92ec514531b5daf4123ab387a2d31b72c3e7871 100644
|
| --- a/content/browser/in_process_webkit/webkit_context.h
|
| +++ b/content/browser/in_process_webkit/webkit_context.h
|
| @@ -77,6 +77,11 @@ class CONTENT_EXPORT WebKitContext
|
| // Tells all children to not do delete data when destructed.
|
| void SaveSessionState();
|
|
|
| + // Tells DOMStorageContext to delete all session storages except the ones in
|
| + // |needed_session_storages|.
|
| + void DeleteUnneededSessionStorages(
|
| + const std::set<std::string>& needed_session_storages);
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<WebKitContext>;
|
| virtual ~WebKitContext();
|
|
|