| Index: content/browser/dom_storage/session_storage_namespace_impl.cc
|
| diff --git a/content/browser/dom_storage/session_storage_namespace_impl.cc b/content/browser/dom_storage/session_storage_namespace_impl.cc
|
| index cc5848e65861c1b84433af5808605ece1f7d7b91..df92abfddd8c06be510e17d400d09cb72c21f66c 100644
|
| --- a/content/browser/dom_storage/session_storage_namespace_impl.cc
|
| +++ b/content/browser/dom_storage/session_storage_namespace_impl.cc
|
| @@ -34,6 +34,10 @@ const std::string& SessionStorageNamespaceImpl::persistent_id() const {
|
| return session_->persistent_namespace_id();
|
| }
|
|
|
| +void SessionStorageNamespaceImpl::SetShouldPersist(bool should_persist) {
|
| + session_->SetShouldPersist(should_persist);
|
| +}
|
| +
|
| SessionStorageNamespaceImpl* SessionStorageNamespaceImpl::Clone() {
|
| return new SessionStorageNamespaceImpl(session_->Clone());
|
| }
|
|
|