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

Unified Diff: content/public/test/test_browser_thread.h

Issue 2130253002: Remove TestBrowserThread::DeprecatedGetThreadObject(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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 | « no previous file | content/public/test/test_browser_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_browser_thread.h
diff --git a/content/public/test/test_browser_thread.h b/content/public/test/test_browser_thread.h
index e5c837d405cddee2c5e301a167302241a04a5686..5c019121c28f12cf8e6ca47db88fb82999af6008 100644
--- a/content/public/test/test_browser_thread.h
+++ b/content/public/test/test_browser_thread.h
@@ -12,7 +12,6 @@
namespace base {
class MessageLoop;
-class Thread;
}
namespace content {
@@ -50,10 +49,6 @@ class TestBrowserThread {
// Returns true if the thread is running.
bool IsRunning();
- // Returns a Thread pointer for the thread. This should not be used
- // in new tests.
- base::Thread* DeprecatedGetThreadObject();
-
private:
std::unique_ptr<TestBrowserThreadImpl> impl_;
« no previous file with comments | « no previous file | content/public/test/test_browser_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698