summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 20:27:03 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-17 20:27:03 +0000
commitc51e0690737d3d1269cc3aa666792ab4fb0e60c0 (patch)
treebac4be4b92f22e967630eee0d579d03ae3e70879 /net/url_request
parent10ebfce032159d84651d15206ec09a306f3463d8 (diff)
downloadchromium_src-c51e0690737d3d1269cc3aa666792ab4fb0e60c0.zip
chromium_src-c51e0690737d3d1269cc3aa666792ab4fb0e60c0.tar.gz
chromium_src-c51e0690737d3d1269cc3aa666792ab4fb0e60c0.tar.bz2
Reverting 7156.
Broke the build. Review URL: http://codereview.chromium.org/15402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_request_unittest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/url_request/url_request_unittest.h b/net/url_request/url_request_unittest.h
index 52fa429..e2b8ca3 100644
--- a/net/url_request/url_request_unittest.h
+++ b/net/url_request/url_request_unittest.h
@@ -342,9 +342,8 @@ class TestServer : public base::ProcessFilter {
if (!cert_path.empty())
command_line.push_back("--https=" + WideToUTF8(cert_path));
- base::file_handle_mapping_vector no_mappings;
ASSERT_TRUE(
- base::LaunchApp(command_line, no_mappings, false, &process_handle_)) <<
+ base::LaunchApp(command_line, false, &process_handle_)) <<
"Failed to launch " << command_line[0] << " ...";
#endif