Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 8775014: Remove IOThread::message_loop(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698