| Index: content/browser/shared_worker/shared_worker_service_impl.h
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
|
| index 9b4350e472588fbeb85e17bbe63c1717a576bb88..eb0406d5f2289885b217f3166767d608a552e169 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -91,6 +91,10 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| SharedWorkerServiceImpl();
|
| virtual ~SharedWorkerServiceImpl();
|
|
|
| + SharedWorkerHost* FindSharedWorkerHost(
|
| + SharedWorkerMessageFilter* filter,
|
| + int worker_route_id);
|
| +
|
| SharedWorkerInstance* FindSharedWorkerInstance(
|
| const GURL& url,
|
| const base::string16& name,
|
|
|