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

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

Issue 2845753003: [Payments] Set cached manifest expiration date (Closed)
Patch Set: improve 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
« no previous file with comments | « no previous file | components/payments/android/payment_manifest_web_data_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | components/payments/android/payment_manifest_web_data_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698