Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: content/browser/worker_host/worker_service_impl.h

Issue 9317026: Hide WorkerProcessHost from chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/worker_host/worker_process_host.cc ('k') | content/browser/worker_host/worker_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698