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

Unified Diff: chrome/browser/ui/views/payments/shipping_option_view_controller.h

Issue 2815763002: Prevent usage of web payments API over insecure HTTPS. (Closed)
Patch Set: Fix typo 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: chrome/browser/ui/views/payments/shipping_option_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_option_view_controller.h b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
index e7338f1ced806dc01c664f1f20432d428ab9d986..2cfe1049428579c607b65632ab6dae7fea678a7b 100644
--- a/chrome/browser/ui/views/payments/shipping_option_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
@@ -23,7 +23,6 @@ class ShippingOptionViewController : public PaymentRequestSheetController,
~ShippingOptionViewController() override;
// PaymentRequestSpec::Observer:
- void OnInvalidSpecProvided() override {}
void OnSpecUpdated() override;
private:

Powered by Google App Engine
This is Rietveld 408576698