| Index: content/browser/dom_storage/dom_storage_context_impl.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
|
| index b4771edf963d0509b80794fa1432663542db2767..ae68c4e5c97bfb88bc21c891ff25756eb510b3bc 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_impl.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_impl.h
|
| @@ -46,8 +46,7 @@ class CONTENT_EXPORT DOMStorageContextImpl :
|
| // what data to keep and what data to discard at shutdown.
|
| // The policy is not so straight forward to describe, see
|
| // the implementation for details.
|
| - void SetClearLocalState(bool clear_local_state);
|
| - void SaveSessionState();
|
| + void SetForceKeepSessionState();
|
|
|
| // Called when the BrowserContext/Profile is going away.
|
| void Shutdown();
|
|
|