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

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

Issue 1060053002: [WIP] Support opening an inspector window for ServiceWorker running on Android (chromium) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_context_observer.h
diff --git a/content/browser/service_worker/service_worker_context_observer.h b/content/browser/service_worker/service_worker_context_observer.h
index 049cbfa1918e0d8d1a0e9befce881d8cec0a22e9..8cb3e9a67a5e047fc8949c953064312ed87d9fcb 100644
--- a/content/browser/service_worker/service_worker_context_observer.h
+++ b/content/browser/service_worker/service_worker_context_observer.h
@@ -52,7 +52,10 @@ class ServiceWorkerContextObserver {
const GURL& script_url) {}
virtual void OnRunningStateChanged(
int64 version_id,
- ServiceWorkerVersion::RunningStatus running_status) {}
+ ServiceWorkerVersion::RunningStatus running_status,
+ int process_id,
+ int thread_id,
+ int devtools_agent_route_id) {}
virtual void OnVersionStateChanged(int64 version_id,
ServiceWorkerVersion::Status status) {}
virtual void OnMainScriptHttpResponseInfoSet(

Powered by Google App Engine
This is Rietveld 408576698