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 cf5ea6e306648c2247964154e2e9463bf862eee7..24182e153b2ca12e5fe50e17622186de498ac53f 100644 |
--- a/content/public/test/test_browser_thread.h |
+++ b/content/public/test/test_browser_thread.h |
@@ -48,10 +48,6 @@ class TestBrowserThread { |
// in new tests. |
base::Thread* DeprecatedGetThreadObject(); |
- // Sets the message loop to use for the thread. This should not be |
- // used in new tests. |
- void DeprecatedSetMessageLoop(MessageLoop* loop); |
- |
private: |
scoped_ptr<TestBrowserThreadImpl> impl_; |