Index: chrome/service/service_process.cc |
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc |
index 03c62963613d5703125919f15a5b00ff35d90152..5088334e9245e69fa8a08a3f03c1ce23ca23235e 100644 |
--- a/chrome/service/service_process.cc |
+++ b/chrome/service/service_process.cc |
@@ -62,8 +62,6 @@ class ServiceIOThread : public base::Thread { |
ServiceIOThread::ServiceIOThread(const char* name) : base::Thread(name) {} |
ServiceIOThread::~ServiceIOThread() { |
- // We cannot rely on our base class to stop the thread since we want our |
- // CleanUp function to run. |
Stop(); |
} |