Index: content/public/browser/storage_partition.h |
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
index 30c1e81c179fb005ded4e7c92b7acb0b5dc56aba..747721c4a2df04dc606587ecaecbb6b9a28d05f4 100644 |
--- a/content/public/browser/storage_partition.h |
+++ b/content/public/browser/storage_partition.h |
@@ -88,6 +88,7 @@ class CONTENT_EXPORT StoragePartition { |
REMOVE_DATA_MASK_WEBRTC_IDENTITY = 1 << 7, |
REMOVE_DATA_MASK_SERVICE_WORKERS = 1 << 8, |
REMOVE_DATA_MASK_CACHE_STORAGE = 1 << 9, |
+ REMOVE_DATA_MASK_CONTENT_LICENSES = 1 << 10, |
REMOVE_DATA_MASK_ALL = 0xFFFFFFFF, |
// Corresponds to storage::kStorageTypeTemporary. |