diff options
Diffstat (limited to 'webkit/quota/mock_special_storage_policy.h')
-rw-r--r-- | webkit/quota/mock_special_storage_policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/quota/mock_special_storage_policy.h b/webkit/quota/mock_special_storage_policy.h index 7e54a6e..6f0ec13 100644 --- a/webkit/quota/mock_special_storage_policy.h +++ b/webkit/quota/mock_special_storage_policy.h @@ -21,6 +21,7 @@ class MockSpecialStoragePolicy : public quota::SpecialStoragePolicy { virtual bool IsStorageUnlimited(const GURL& origin); virtual bool IsStorageSessionOnly(const GURL& origin); virtual bool IsFileHandler(const std::string& extension_id); + virtual bool HasSessionOnlyOrigins(); void AddProtected(const GURL& origin) { protected_.insert(origin); |