| 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 6cca82ae134d34f4a101ccf409d9000aab491f35..e915fc921aac049dc898543025a3f0e06ac372c3 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -101,7 +101,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| int request_id,
|
| int provider_id);
|
| void OnProviderCreated(int provider_id,
|
| - int render_frame_id,
|
| + int route_id,
|
| ServiceWorkerProviderType provider_type);
|
| void OnProviderDestroyed(int provider_id);
|
| void OnSetHostedVersionId(int provider_id, int64 version_id);
|
|
|