Index: content/browser/worker_host/worker_service_impl.h |
=================================================================== |
--- content/browser/worker_host/worker_service_impl.h (revision 119868) |
+++ content/browser/worker_host/worker_service_impl.h (working copy) |
@@ -29,6 +29,8 @@ |
static WorkerServiceImpl* GetInstance(); |
// WorkerService implementation: |
+ virtual bool TerminateWorker(int process_id, int route_id) OVERRIDE; |
+ virtual std::vector<WorkerInfo> GetWorkers() OVERRIDE; |
virtual void AddObserver(WorkerServiceObserver* observer) OVERRIDE; |
virtual void RemoveObserver(WorkerServiceObserver* observer) OVERRIDE; |
@@ -67,9 +69,6 @@ |
void NotifyWorkerDestroyed( |
WorkerProcessHost* process, |
int worker_route_id); |
- void NotifyWorkerContextStarted( |
- WorkerProcessHost* process, |
- int worker_route_id); |
// Used when multiple workers can run in the same process. |
static const int kMaxWorkerProcessesWhenSharing; |