Chromium Code Reviews| Index: chrome/browser/browser_process_sub_thread.cc |
| diff --git a/chrome/browser/browser_process_sub_thread.cc b/chrome/browser/browser_process_sub_thread.cc |
| index 0ddbf3b7fd31977e4cc73f4f3c91a6e3f61eaf09..39729d079ca03580933f5d891f88a1a15ecbdb55 100644 |
| --- a/chrome/browser/browser_process_sub_thread.cc |
| +++ b/chrome/browser/browser_process_sub_thread.cc |
| @@ -28,7 +28,7 @@ void BrowserProcessSubThread::Init() { |
| notification_service_ = new NotificationService; |
| } |
| -void BrowserProcessSubThread::CleanUpAfterMessageLoopDestruction() { |
| +void BrowserProcessSubThread::CleanUp() { |
| delete notification_service_; |
|
eroman
2011/03/02 02:23:31
hopefully there aren't any destruction observers t
|
| notification_service_ = NULL; |