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..1c05a6e9f8aa73b88c696bee6ca5516e09a21275 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_PLUGIN_PRIVATE_DATA = 1 << 10, |
REMOVE_DATA_MASK_ALL = 0xFFFFFFFF, |
// Corresponds to storage::kStorageTypeTemporary. |