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

Unified Diff: components/payments/android/payment_manifest_web_data_service.h

Issue 2845753003: [Payments] Set cached manifest expiration date (Closed)
Patch Set: address comments Created 3 years, 8 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
Index: components/payments/android/payment_manifest_web_data_service.h
diff --git a/components/payments/android/payment_manifest_web_data_service.h b/components/payments/android/payment_manifest_web_data_service.h
index add8f3711c854ea70642d299f2a65d894388f1c9..525172722f184e37f92817f44552937dcbfa2ead 100644
--- a/components/payments/android/payment_manifest_web_data_service.h
+++ b/components/payments/android/payment_manifest_web_data_service.h
@@ -45,6 +45,8 @@ class PaymentManifestWebDataService : public WebDataServiceBase {
private:
~PaymentManifestWebDataService() override;
+ void RemoveExpiredData(WebDatabase* db);
+
WebDatabase::State AddPaymentWebAppManifestImpl(
const std::vector<mojom::WebAppManifestSectionPtr>& manifest,
WebDatabase* db);

Powered by Google App Engine
This is Rietveld 408576698