| Index: webkit/dom_storage/dom_storage_context.h
|
| diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h
|
| index 33b1e8ce65fa02d3cc7cedd2b79a3b955068f2ed..b6fe5da6ba26b3925fc0f54da15c1f3721bd88cb 100644
|
| --- a/webkit/dom_storage/dom_storage_context.h
|
| +++ b/webkit/dom_storage/dom_storage_context.h
|
| @@ -156,7 +156,7 @@ class DomStorageContext
|
| // Must be called on the background thread.
|
| void CreateSessionNamespace(int64 namespace_id,
|
| const std::string& persistent_namespace_id);
|
| - void DeleteSessionNamespace(int64 namespace_id);
|
| + void DeleteSessionNamespace(int64 namespace_id, bool should_persist_data);
|
| void CloneSessionNamespace(int64 existing_id, int64 new_id,
|
| const std::string& new_persistent_id);
|
|
|
|
|