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

Unified Diff: content/browser/service_worker/service_worker_dispatcher_host.h

Issue 2968123002: Introduce ServiceWorkerRegistrationOptions struct for service worker options (Closed)
Patch Set: address more comments Created 3 years, 5 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: content/browser/service_worker/service_worker_dispatcher_host.h
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
index 6670faa3b318c19fbee66c09f58657e1ba39cf0e..0df3fe634e0cc54cae877e632d54a3bc4f5e16df 100644
--- a/content/browser/service_worker/service_worker_dispatcher_host.h
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h
@@ -109,8 +109,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost
void OnRegisterServiceWorker(int thread_id,
int request_id,
int provider_id,
- const GURL& pattern,
- const GURL& script_url);
+ const GURL& script_url,
+ const ServiceWorkerRegistrationOptions& options);
void OnUpdateServiceWorker(int thread_id,
int request_id,
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698