| 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 ae1e55116f142889633be889b7ea02b60b343163..0e63d000a30165bf9accba27643e9c2b6b6bb678 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -156,6 +156,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost
|
| void OnWorkerScriptEvaluated(int embedded_worker_id, bool success);
|
| void OnWorkerStarted(int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
| + void OnCountFeature(int64_t version_id, uint32_t feature);
|
| void OnReportException(int embedded_worker_id,
|
| const base::string16& error_message,
|
| int line_number,
|
|
|