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

Unified Diff: components/payments/mojom/payment_request.mojom

Issue 2869893002: Warn web developer on missing favicon for PaymentRequest UI. (Closed)
Patch Set: Ganggui's comment Created 3 years, 7 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/mojom/payment_request.mojom
diff --git a/components/payments/mojom/payment_request.mojom b/components/payments/mojom/payment_request.mojom
index 6192f841a690731adfb16f408785f9ddfa75a363..72c3dac791b071626ec8cb39e484ae5ae40663e7 100644
--- a/components/payments/mojom/payment_request.mojom
+++ b/components/payments/mojom/payment_request.mojom
@@ -96,6 +96,7 @@ interface PaymentRequestClient {
OnComplete();
OnAbort(bool aborted_successfully);
OnCanMakePayment(CanMakePaymentQueryResult result);
+ WarnNoFavicon();
};
struct PaymentItem {

Powered by Google App Engine
This is Rietveld 408576698