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

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

Issue 8514004: Remove includes of worker_messages.h from chrome code, since that's an internal detail of content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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_process_host.h
===================================================================
--- content/browser/worker_host/worker_process_host.h (revision 109446)
+++ content/browser/worker_host/worker_process_host.h (working copy)
@@ -131,6 +131,9 @@
void DocumentDetached(WorkerMessageFilter* filter,
unsigned long long document_id);
+ // Terminates the given worker, i.e. based on a UI action.
+ void TerminateWorker(int worker_route_id);
+
typedef std::list<WorkerInstance> Instances;
const Instances& instances() const { return instances_; }

Powered by Google App Engine
This is Rietveld 408576698