| Index: content/browser/browser_process_sub_thread.h
|
| diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h
|
| index 18a3b0b6ca223134b32588d03526e43d771b4c0a..b78c44e27eaf07b4edc4c47b2d6c9110e49aac56 100644
|
| --- a/content/browser/browser_process_sub_thread.h
|
| +++ b/content/browser/browser_process_sub_thread.h
|
| @@ -36,9 +36,8 @@ class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
|
|
|
| private:
|
| // These methods encapsulate cleanup that needs to happen on the IO thread
|
| - // before/after we call the embedder's CleanUp function.
|
| + // before we call the embedder's CleanUp function.
|
| void IOThreadPreCleanUp();
|
| - void IOThreadPostCleanUp();
|
|
|
| // Each specialized thread has its own notification service.
|
| // Note: We don't use scoped_ptr because the destructor runs on the wrong
|
|
|