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

Unified Diff: chrome/browser/net/resolve_proxy_msg_helper_unittest.cc

Issue 53007: Porting of unit tests in chrome/ (Closed)
Patch Set: Created 11 years, 9 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 | chrome/browser/sessions/tab_restore_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
diff --git a/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc b/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
index efc53b7c585884131945df086923b510c8cae9ca..d33a03b6ffd59a6a99fd6cb5eb63d5880363705c 100644
--- a/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
+++ b/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
@@ -134,7 +134,7 @@ class AsyncRequestRunner : public ResolveProxyMsgHelper::Delegate {
// io thread.
class RunnerBridge {
public:
- RunnerBridge() : io_thread_("io_thread"), done_(true, false) {
+ RunnerBridge() : io_thread_("io_thread"), done_(false, false) {
Dean McNamee 2009/03/24 12:31:21 Was this just a bug?
// Start an io thread where we will run the async requests.
base::Thread::Options options;
options.message_loop_type = MessageLoop::TYPE_IO;
« no previous file with comments | « no previous file | chrome/browser/sessions/tab_restore_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698