Index: content/public/browser/storage_partition.h |
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
index 9cb623292d26761649a6914ed09b12feda335a7e..909b37043ea7b09cc81442b83bfc0d01efc5b27c 100644 |
--- a/content/public/browser/storage_partition.h |
+++ b/content/public/browser/storage_partition.h |
@@ -47,7 +47,6 @@ class DOMStorageContext; |
class HostZoomLevelContext; |
class HostZoomMap; |
class IndexedDBContext; |
-class PaymentAppContext; |
class PlatformNotificationContext; |
class ServiceWorkerContext; |
class ZoomLevelDelegate; |
@@ -75,7 +74,6 @@ class CONTENT_EXPORT StoragePartition { |
virtual HostZoomLevelContext* GetHostZoomLevelContext() = 0; |
virtual ZoomLevelDelegate* GetZoomLevelDelegate() = 0; |
virtual PlatformNotificationContext* GetPlatformNotificationContext() = 0; |
- virtual PaymentAppContext* GetPaymentAppContext() = 0; |
enum : uint32_t { |
REMOVE_DATA_MASK_APPCACHE = 1 << 0, |