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

Unified Diff: chrome/worker/webworkerclient_proxy.h

Issue 112049: Prevent a worker that loops forever from preventing shutdown of the worker pr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « no previous file | chrome/worker/webworkerclient_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/worker/webworkerclient_proxy.h
===================================================================
--- chrome/worker/webworkerclient_proxy.h (revision 16641)
+++ chrome/worker/webworkerclient_proxy.h (working copy)
@@ -50,6 +50,8 @@
bool Send(IPC::Message* message);
+ void OnTerminateWorkerContext();
+
// The source url for this worker.
GURL url_;
« no previous file with comments | « no previous file | chrome/worker/webworkerclient_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698