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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp

Issue 2893823004: [Payments] Implement openWindow for service worker based payment handler (Closed)
Patch Set: rename ipc messages Created 3 years, 6 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/serviceworkers/ServiceWorkerClients.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
index ee7a500cb2535666ff10a57600bc71332f9a3560..8d205c4963c78af7a52a2bcaa23023103e5e3e6b 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
@@ -185,7 +185,7 @@ ScriptPromise ServiceWorkerClients::openWindow(ScriptState* script_state,
}
context->ConsumeWindowInteraction();
- ServiceWorkerGlobalScopeClient::From(context)->OpenWindow(
+ ServiceWorkerGlobalScopeClient::From(context)->OpenWindowForClients(
parsed_url, WTF::MakeUnique<NavigateClientCallback>(resolver));
return promise;
}

Powered by Google App Engine
This is Rietveld 408576698