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

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

Issue 771103002: Implement ServiceWorkerClient attributes [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years 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_dispatcher.h
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 2d01452fa6952bafa18493154c2faf94ee3b5127..b0acafb916f3b6d7e2d21156a8735f16fc3a7893 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -197,6 +197,10 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
const base::string16& message,
const std::vector<int>& sent_message_port_ids,
const std::vector<int>& new_routing_ids);
+ void OnGetClientInfo(int thread_id,
+ int embedded_worker_id,
+ int request_id,
+ int provider_id);
void SetInstallingServiceWorker(
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698