| 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 6992d772db5ce69e292051826ec6285e4d9a9be7..8d404ce39bc7f84290accedb655939c035a27aa5 100644
|
| --- a/content/browser/in_process_webkit/webkit_context.h
|
| +++ b/content/browser/in_process_webkit/webkit_context.h
|
| @@ -69,6 +69,10 @@ class WebKitContext : public base::RefCountedThreadSafe<WebKitContext> {
|
| // last modified on or after the following time.
|
| void DeleteDataModifiedSince(const base::Time& cutoff);
|
|
|
| + // Tell all children (where applicable) to delete any objects that are allowed
|
| + // to be stored only until the end of the session.
|
| + void DeleteSessionOnlyData();
|
| +
|
| // Delete the session storage namespace associated with this id. Can be
|
| // called from any thread.
|
| void DeleteSessionStorageNamespace(int64 session_storage_namespace_id);
|
|
|