| Index: content/browser/dom_storage/local_storage_context_mojo.h
|
| diff --git a/content/browser/dom_storage/local_storage_context_mojo.h b/content/browser/dom_storage/local_storage_context_mojo.h
|
| index 62257b85163f035c8168bfdc339457a9178f9d44..b25b30c2e52a9333bdd45ebca1740ea7e8f10f20 100644
|
| --- a/content/browser/dom_storage/local_storage_context_mojo.h
|
| +++ b/content/browser/dom_storage/local_storage_context_mojo.h
|
| @@ -51,6 +51,9 @@ class CONTENT_EXPORT LocalStorageContextMojo {
|
|
|
| leveldb::mojom::LevelDBDatabaseAssociatedRequest DatabaseRequestForTesting();
|
|
|
| + // Converts a string from the old storage format to the new storage format.
|
| + static std::vector<uint8_t> MigrateString(const base::string16& input);
|
| +
|
| private:
|
| friend class MojoDOMStorageBrowserTest;
|
|
|
|
|