Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1891)

Unified Diff: content/public/browser/storage_partition.h

Issue 2033353002: Remove PeerConnectionIdentityStore and related messaging/storage code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delayed deletion by 120s Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/media/peer_connection_identity_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/storage_partition.h
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
index 6943bf5d4f2bcd9aeec38654e2d74859333522fa..909b37043ea7b09cc81442b83bfc0d01efc5b27c 100644
--- a/content/public/browser/storage_partition.h
+++ b/content/public/browser/storage_partition.h
@@ -83,10 +83,9 @@ class CONTENT_EXPORT StoragePartition {
REMOVE_DATA_MASK_LOCAL_STORAGE = 1 << 4,
REMOVE_DATA_MASK_SHADER_CACHE = 1 << 5,
REMOVE_DATA_MASK_WEBSQL = 1 << 6,
- 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_SERVICE_WORKERS = 1 << 7,
+ REMOVE_DATA_MASK_CACHE_STORAGE = 1 << 8,
+ REMOVE_DATA_MASK_PLUGIN_PRIVATE_DATA = 1 << 9,
REMOVE_DATA_MASK_ALL = 0xFFFFFFFF,
// Corresponds to storage::kStorageTypeTemporary.
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/media/peer_connection_identity_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698