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

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

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
Index: chrome/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 2f9dbc8be149fc8a3f3b730c1511a5b7ff83b0af..57587eaa94b8e93e0dea889bd57afab17a70dfd0 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -48,15 +48,7 @@ class TestingBrowserProcess : public BrowserProcess {
virtual ResourceDispatcherHost* resource_dispatcher_host() OVERRIDE;
virtual MetricsService* metrics_service() OVERRIDE;
virtual IOThread* io_thread() OVERRIDE;
-
- virtual base::Thread* file_thread() OVERRIDE;
- virtual base::Thread* db_thread() OVERRIDE;
virtual WatchDogThread* watchdog_thread() OVERRIDE;
-
-#if defined(OS_CHROMEOS)
- virtual base::Thread* web_socket_proxy_thread() OVERRIDE;
-#endif
-
virtual ProfileManager* profile_manager() OVERRIDE;
virtual PrefService* local_state() OVERRIDE;
virtual policy::BrowserPolicyConnector* browser_policy_connector() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/options/advanced_options_utils_win.cc ('k') | chrome/test/base/testing_browser_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698