Index: chrome/browser/worker_host/worker_process_host.h |
diff --git a/chrome/browser/worker_host/worker_process_host.h b/chrome/browser/worker_host/worker_process_host.h |
index f00e1d05bf7dc21d613f70a109a79421c0073227..f8adca0de767cb528128a478f9d4f851e7a5a467 100644 |
--- a/chrome/browser/worker_host/worker_process_host.h |
+++ b/chrome/browser/worker_host/worker_process_host.h |
@@ -185,7 +185,7 @@ class WorkerProcessHost : public BrowserChildProcessHost { |
int route_id, |
CallbackWithReturnValue<int>::Type* next_route_id); |
- virtual bool CanShutdown() { return instances_.empty(); } |
+ virtual bool CanShutdown(); |
// Updates the title shown in the task manager. |
void UpdateTitle(); |