Source release 18.5.0
This commit is contained in:
@@ -28,6 +28,10 @@ class TestHost : public widevine::Cdm::IClock,
|
||||
~Storage() override {}
|
||||
void Reset();
|
||||
|
||||
// Save and load the storage from a string buffer so it can be on disk.
|
||||
bool LoadFromString(const std::string& data);
|
||||
bool SaveToString(std::string* data) const;
|
||||
|
||||
// Reset the file system to contain the specified files.
|
||||
void ResetFiles(const StorageMap& files) { files_ = files; };
|
||||
const StorageMap& files() const { return files_; }
|
||||
|
||||
Reference in New Issue
Block a user