| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 99f9a34a386205d7057a32faa34238907964c769..cb85d147b3f637c35a8b8ad84713ecde44766fab 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -18,7 +18,6 @@
|
| #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
|
| #include "content/browser/host_zoom_level_context.h"
|
| #include "content/browser/indexed_db/indexed_db_context_impl.h"
|
| -#include "content/browser/media/webrtc/webrtc_identity_store.h"
|
| #include "content/browser/notifications/platform_notification_context_impl.h"
|
| #include "content/browser/service_worker/service_worker_context_wrapper.h"
|
| #include "content/common/content_export.h"
|
| @@ -99,8 +98,6 @@ class CONTENT_EXPORT StoragePartitionImpl
|
|
|
| void Flush() override;
|
|
|
| - WebRTCIdentityStore* GetWebRTCIdentityStore();
|
| -
|
| // Can return nullptr while |this| is being destroyed.
|
| BrowserContext* browser_context() const;
|
|
|
| @@ -169,7 +166,6 @@ class CONTENT_EXPORT StoragePartitionImpl
|
| IndexedDBContextImpl* indexed_db_context,
|
| CacheStorageContextImpl* cache_storage_context,
|
| ServiceWorkerContextWrapper* service_worker_context,
|
| - WebRTCIdentityStore* webrtc_identity_store,
|
| storage::SpecialStoragePolicy* special_storage_policy,
|
| HostZoomLevelContext* host_zoom_level_context,
|
| PlatformNotificationContextImpl* platform_notification_context,
|
| @@ -214,7 +210,6 @@ class CONTENT_EXPORT StoragePartitionImpl
|
| scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
|
| scoped_refptr<CacheStorageContextImpl> cache_storage_context_;
|
| scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
|
| - scoped_refptr<WebRTCIdentityStore> webrtc_identity_store_;
|
| scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
|
| scoped_refptr<HostZoomLevelContext> host_zoom_level_context_;
|
| scoped_refptr<PlatformNotificationContextImpl> platform_notification_context_;
|
|
|