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

Unified Diff: chrome/browser/task_manager/task_manager_worker_resource_provider.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: chrome/browser/task_manager/task_manager_worker_resource_provider.h
===================================================================
--- chrome/browser/task_manager/task_manager_worker_resource_provider.h (revision 119868)
+++ chrome/browser/task_manager/task_manager_worker_resource_provider.h (working copy)
@@ -40,13 +40,11 @@
virtual void StopUpdating() OVERRIDE;
// content::WorkerServiceObserver implementation.
- virtual void WorkerCreated(
- WorkerProcessHost* process,
- const WorkerProcessHost::WorkerInstance& instance) OVERRIDE;
- virtual void WorkerDestroyed(
- WorkerProcessHost* process,
- int worker_route_id) OVERRIDE;
- virtual void WorkerContextStarted(WorkerProcessHost*, int) OVERRIDE {}
+ virtual void WorkerCreated(const GURL& url,
+ const string16& name,
+ int process_id,
+ int route_id) OVERRIDE;
+ virtual void WorkerDestroyed(int process_id, int route_id) OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698