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

Unified Diff: chrome/test/base/testing_browser_process.cc

Issue 8769013: Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to lkgr (pure merge). 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/test/base/testing_browser_process.h ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 84008aa2e36f154c3b807fbf1cd6da360e6388f1..fc6af7431880cb6cf64b9c0cf02c729427e09a79 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -43,24 +43,10 @@ IOThread* TestingBrowserProcess::io_thread() {
return io_thread_;
}
-base::Thread* TestingBrowserProcess::file_thread() {
- return NULL;
-}
-
-base::Thread* TestingBrowserProcess::db_thread() {
- return NULL;
-}
-
WatchDogThread* TestingBrowserProcess::watchdog_thread() {
return NULL;
}
-#if defined(OS_CHROMEOS)
-base::Thread* TestingBrowserProcess::web_socket_proxy_thread() {
- return NULL;
-}
-#endif
-
ProfileManager* TestingBrowserProcess::profile_manager() {
return profile_manager_.get();
}
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | content/browser/browser_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698