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

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

Issue 2845753003: [Payments] Set cached manifest expiration date (Closed)
Patch Set: 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_method_manifest_table.h
diff --git a/components/payments/android/payment_method_manifest_table.h b/components/payments/android/payment_method_manifest_table.h
index 0e1f5ef9c884e4fd19400c262d24fa2a525ab052..82c48dcadaea3ccdae3ed72cde67978f92616111 100644
--- a/components/payments/android/payment_method_manifest_table.h
+++ b/components/payments/android/payment_method_manifest_table.h
@@ -20,6 +20,8 @@ namespace payments {
// supported web app in this payment method manifest.
// Note that a payment method manifest might contain
// multiple supported web apps ids.
+//
+// expire_date The expire date in seconds.
please use gerrit instead 2017/04/27 15:45:18 Which epoch? Windows epoch starts in 1600. Unix ep
gogerald1 2017/04/27 18:08:39 Done.
// method_name The method name.
// web_app_id The supported web app id.
// (WebAppManifestSection.id).

Powered by Google App Engine
This is Rietveld 408576698