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

Unified Diff: chrome/common/net/test_url_fetcher_factory.h

Issue 3160025: Revert 56522 - Fix leaks in GoogleURLTrackerTest::CreateRequestContext()... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « chrome/browser/google_url_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/test_url_fetcher_factory.h
===================================================================
--- chrome/common/net/test_url_fetcher_factory.h (revision 56542)
+++ chrome/common/net/test_url_fetcher_factory.h (working copy)
@@ -20,9 +20,7 @@
// URLFetcher.
// Typical usage:
// // TestURLFetcher requires a MessageLoop:
-// MessageLoopForIO message_loop;
-// // and IO thread to clean up request_context etc.
-// ChromeThread io_thread(ChromeThread::IO, &message_loop);
+// MessageLoopForUI message_loop;
// // Create and register factory.
// TestURLFetcherFactory factory;
// URLFetcher::set_factory(&factory);
« no previous file with comments | « chrome/browser/google_url_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698