| Index: content/public/browser/session_storage_namespace.h
|
| diff --git a/content/public/browser/session_storage_namespace.h b/content/public/browser/session_storage_namespace.h
|
| index 2469ad5d4a4a7c833a642776b0fe1bdec200f331..0fa61b3ceed2f679f0f4b6cc8b5238eb1ff16c6f 100644
|
| --- a/content/public/browser/session_storage_namespace.h
|
| +++ b/content/public/browser/session_storage_namespace.h
|
| @@ -28,6 +28,10 @@ class SessionStorageNamespace
|
| // unique across browser runs.
|
| virtual const std::string& persistent_id() const = 0;
|
|
|
| + // For marking that the sessionStorage will be needed or won't be needed by
|
| + // session restore.
|
| + virtual void SetShouldPersist(bool should_persist) = 0;
|
| +
|
| protected:
|
| friend class base::RefCountedThreadSafe<SessionStorageNamespace>;
|
| virtual ~SessionStorageNamespace() {}
|
|
|