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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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: third_party/WebKit/Source/modules/payments/PaymentRequest.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
index 21e4c4be240c81b24167a12d7c5ad074d5405c29..9aef5924bbc77369e2c1a93106588d98f5853e31 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
@@ -95,7 +95,7 @@ class MODULES_EXPORT PaymentRequest final
ExceptionState&);
// LifecycleObserver:
- void contextDestroyed() override;
+ void contextDestroyed(ExecutionContext*) override;
// payments::mojom::blink::PaymentRequestClient:
void OnShippingAddressChange(

Powered by Google App Engine
This is Rietveld 408576698