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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h

Issue 2893823004: [Payments] Implement openWindow for service worker based payment handler (Closed)
Patch Set: format 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: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
index 43c4452e105d4e2eceee39aeaea7fd41a7f49055..db7e1d62a0c349a031617fb5585e980920cf0294 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
@@ -70,6 +70,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
const WebServiceWorkerClientQueryOptions&,
std::unique_ptr<WebServiceWorkerClientsCallbacks>) = 0;
virtual void OpenWindow(const WebURL&,
+ const WebURL&,
please use gerrit instead 2017/05/25 14:53:27 Need parameter names here.
gogerald1 2017/05/25 16:53:32 Done.
std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
virtual void SetCachedMetadata(const WebURL&, const char*, size_t) = 0;
virtual void ClearCachedMetadata(const WebURL&) = 0;

Powered by Google App Engine
This is Rietveld 408576698