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

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

Issue 2365053002: Notify ServiceWorkerContextWatcher about routing ids of ServiceWorkerVersion and their updates. (Closed)
Patch Set: live updates Created 4 years, 3 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_core.h
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h
index 472ebe28ffd72766d4dec9ccb93f9e1fcd5a0263..854a8c839419680b9a06b74fc32f3ca32bbec99a 100644
--- a/content/browser/service_worker/service_worker_context_core.h
+++ b/content/browser/service_worker/service_worker_context_core.h
@@ -127,6 +127,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore
// ServiceWorkerVersion::Listener overrides.
void OnRunningStateChanged(ServiceWorkerVersion* version) override;
void OnVersionStateChanged(ServiceWorkerVersion* version) override;
+ void OnRoutingIdsChanged(ServiceWorkerVersion* version) override;
horo 2016/09/26 01:30:05 OnDevToolsRoutingIdChanged
dgozman 2016/09/26 15:49:12 Done.
void OnMainScriptHttpResponseInfoSet(ServiceWorkerVersion* version) override;
void OnErrorReported(ServiceWorkerVersion* version,
const base::string16& error_message,

Powered by Google App Engine
This is Rietveld 408576698