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

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

Issue 871013003: Gather the ServiceWorker client information in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rfh_getvisibilitystate
Patch Set: Created 5 years, 11 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_dispatcher.h
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 5ad6e35ace5f236a3679b5fd3ec0967a85290377..2df0029b55b4600d2f79e87d84df8dd68dbdcffc 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -200,10 +200,6 @@ 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 SetReadyRegistration(
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698