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

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

Issue 10796112: Use a NetLog for test requests sent by about:net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Last CL removed wrong line break. :( Created 8 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 | « chrome/browser/net/connection_tester.cc ('k') | chrome/browser/ui/webui/net_internals/net_internals_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/connection_tester_unittest.cc
===================================================================
--- chrome/browser/net/connection_tester_unittest.cc (revision 148559)
+++ chrome/browser/net/connection_tester_unittest.cc (working copy)
@@ -148,7 +148,9 @@
TEST_F(ConnectionTesterTest, RunAllTests) {
ASSERT_TRUE(test_server_.Start());
- ConnectionTester tester(&test_delegate_, proxy_script_fetcher_context_.get());
+ ConnectionTester tester(&test_delegate_,
+ proxy_script_fetcher_context_.get(),
+ NULL);
// Start the test suite on URL "echoall".
// TODO(eroman): Is this URL right?
@@ -174,7 +176,8 @@
scoped_ptr<ConnectionTester> tester(
new ConnectionTester(&test_delegate_,
- proxy_script_fetcher_context_.get()));
+ proxy_script_fetcher_context_.get(),
+ NULL));
// Start the test suite on URL "echoall".
// TODO(eroman): Is this URL right?
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/browser/ui/webui/net_internals/net_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698