| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 2227ab00aa99eac10a3a044c3f478eacab8e4ab4..2fb2095ff7cf1277f369326ddcde841f457a4b8f 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -59,8 +59,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| void PreStopThread(content::BrowserThread::ID identifier);
|
| void PostStopThread(content::BrowserThread::ID identifier);
|
|
|
| - base::Thread* process_launcher_thread();
|
| -
|
| // BrowserProcess methods
|
| virtual void EndSession() OVERRIDE;
|
| virtual ResourceDispatcherHost* resource_dispatcher_host() OVERRIDE;
|
| @@ -68,7 +66,6 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual IOThread* io_thread() OVERRIDE;
|
| virtual base::Thread* file_thread() OVERRIDE;
|
| virtual base::Thread* db_thread() OVERRIDE;
|
| - virtual base::Thread* cache_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
| #if defined(OS_CHROMEOS)
|
| virtual base::Thread* web_socket_proxy_thread() OVERRIDE;
|
|
|