| Index: content/browser/browser_process_sub_thread.cc
|
| diff --git a/content/browser/browser_process_sub_thread.cc b/content/browser/browser_process_sub_thread.cc
|
| index 7c77d7e0b47b66af3407aa236d679a51e1ccfb83..08fd712ace1393dd8adbee2b7cab2da7f1602e46 100644
|
| --- a/content/browser/browser_process_sub_thread.cc
|
| +++ b/content/browser/browser_process_sub_thread.cc
|
| @@ -14,7 +14,9 @@
|
| namespace content {
|
|
|
| BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier)
|
| - : BrowserThreadImpl(identifier) {}
|
| + : BrowserThreadImpl(identifier),
|
| + notification_service_(NULL) {
|
| +}
|
|
|
| BrowserProcessSubThread::~BrowserProcessSubThread() {
|
| Stop();
|
|
|