| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index c9cd3df2789017b41a2cff843b1471ccbee7edfc..bd7f90cb6a25a561b1cc6655352629a735a2862d 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -72,6 +72,9 @@ class StoragePartition {
|
| // Local shader storage.
|
| kShaderStorage = 1 << 5,
|
|
|
| + // Corresponds to quota::kStorageTypeSyncable.
|
| + kQuotaManagedSyncableStorage = 1 << 6,
|
| +
|
| kAllStorage = -1,
|
| };
|
|
|
|
|