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

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

Issue 2859613002: Disable web payments API on blob: and data: schemes. (Closed)
Patch Set: Fix up Android test 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: chrome/browser/ui/views/payments/test_chrome_payment_request_delegate.h
diff --git a/chrome/browser/ui/views/payments/test_chrome_payment_request_delegate.h b/chrome/browser/ui/views/payments/test_chrome_payment_request_delegate.h
index f2534db9deaea641243ed8af8f48a0c454028a5a..7ed2d98917f84ca237f67990adcdf5135b6b005c 100644
--- a/chrome/browser/ui/views/payments/test_chrome_payment_request_delegate.h
+++ b/chrome/browser/ui/views/payments/test_chrome_payment_request_delegate.h
@@ -15,10 +15,6 @@ namespace content {
class WebContents;
}
-namespace views {
-class WidgetObserver;
-}
-
namespace payments {
class PaymentRequest;
@@ -29,7 +25,6 @@ class TestChromePaymentRequestDelegate : public ChromePaymentRequestDelegate {
TestChromePaymentRequestDelegate(
content::WebContents* web_contents,
PaymentRequestDialogView::ObserverForTest* observer,
- views::WidgetObserver* widget_observer,
bool is_incognito,
bool is_valid_ssl);
@@ -52,7 +47,6 @@ class TestChromePaymentRequestDelegate : public ChromePaymentRequestDelegate {
autofill::RegionDataLoader* region_data_loader_;
PaymentRequestDialogView::ObserverForTest* observer_;
- views::WidgetObserver* widget_observer_;
bool is_incognito_;
bool is_valid_ssl_;

Powered by Google App Engine
This is Rietveld 408576698