| Index: webkit/browser/quota/special_storage_policy.h
|
| diff --git a/webkit/browser/quota/special_storage_policy.h b/webkit/browser/quota/special_storage_policy.h
|
| index a16fed2a749408e615bb963a58c686ecc1b146d2..beafea3875d8c7a8a4d89f175e34115289741e05 100644
|
| --- a/webkit/browser/quota/special_storage_policy.h
|
| +++ b/webkit/browser/quota/special_storage_policy.h
|
| @@ -56,6 +56,9 @@ class WEBKIT_STORAGE_EXPORT SpecialStoragePolicy
|
| // file handler.
|
| virtual bool IsFileHandler(const std::string& extension_id) = 0;
|
|
|
| + // Checks if the origin contains per-site isolated storage.
|
| + virtual bool HasIsolatedStorage(const GURL& origin) = 0;
|
| +
|
| // Some origins are only allowed to store session-only data which is deleted
|
| // when the session ends.
|
| virtual bool IsStorageSessionOnly(const GURL& origin) = 0;
|
|
|