| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index c3140c4c67c294cb692421014642e83c2c570e04..02158a48d0642bf8b3ae6e21c2ea020663fd2bbb 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -93,6 +93,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| void OnWorkerReadyForInspection(int embedded_worker_id);
|
| void OnWorkerScriptLoaded(int embedded_worker_id, int thread_id);
|
| void OnWorkerScriptLoadFailed(int embedded_worker_id);
|
| + void OnWorkerScriptEvaluated(int embedded_worker_id, bool success);
|
| void OnWorkerStarted(int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
| void OnPausedAfterDownload(int embedded_worker_id);
|
|
|