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

Unified Diff: content/test/test_browser_thread.h

Issue 8718012: Revert 111695 - Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « content/shell/shell_browser_main.cc ('k') | content/test/test_browser_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_browser_thread.h
===================================================================
--- content/test/test_browser_thread.h (revision 111697)
+++ content/test/test_browser_thread.h (working copy)
@@ -18,7 +18,7 @@
namespace content {
-class TestBrowserThreadImpl;
+class BrowserThreadImpl;
// A BrowserThread for unit tests; this lets unit tests in chrome/
// create BrowserThread instances.
@@ -49,12 +49,8 @@
// 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_;
+ scoped_ptr<BrowserThreadImpl> impl_;
DISALLOW_COPY_AND_ASSIGN(TestBrowserThread);
};
« no previous file with comments | « content/shell/shell_browser_main.cc ('k') | content/test/test_browser_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698