Index: content/public/browser/storage_partition.h |
diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
index 909b37043ea7b09cc81442b83bfc0d01efc5b27c..9cb623292d26761649a6914ed09b12feda335a7e 100644 |
--- a/content/public/browser/storage_partition.h |
+++ b/content/public/browser/storage_partition.h |
@@ -47,6 +47,7 @@ class DOMStorageContext; |
class HostZoomLevelContext; |
class HostZoomMap; |
class IndexedDBContext; |
+class PaymentAppContext; |
class PlatformNotificationContext; |
class ServiceWorkerContext; |
class ZoomLevelDelegate; |
@@ -74,6 +75,7 @@ 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, |