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

Unified Diff: content/child/service_worker/service_worker_network_provider.h

Issue 2154663002: service worker: Relax the BadMessageReceived call in OnSetHostedVersionId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch Created 4 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/child/service_worker/service_worker_network_provider.h
diff --git a/content/child/service_worker/service_worker_network_provider.h b/content/child/service_worker/service_worker_network_provider.h
index 98729a937ae2d4a2c2cee5c16f845053e47b635d..0afa5c685fa12eed83f7dd5fdad6cbf661ee2775 100644
--- a/content/child/service_worker/service_worker_network_provider.h
+++ b/content/child/service_worker/service_worker_network_provider.h
@@ -63,7 +63,7 @@ class CONTENT_EXPORT ServiceWorkerNetworkProvider
// This method is called for a provider that's associated with a
// running service worker script. The version_id indicates which
// ServiceWorkerVersion should be used.
- void SetServiceWorkerVersionId(int64_t version_id);
+ void SetServiceWorkerVersionId(int64_t version_id, int embedded_worker_id);
bool IsControlledByServiceWorker() const;

Powered by Google App Engine
This is Rietveld 408576698