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

Unified Diff: media/base/test_data_util.cc

Issue 438963005: Purge net/ and ui/base from media_unittest DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gl from perftests. Created 6 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 | « media/base/test_data_util.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_data_util.cc
diff --git a/media/base/test_data_util.cc b/media/base/test_data_util.cc
index 9cd886f29270baf5436db31c9096ebc59db1595c..f6513a8508465a0d437b0e7d68e5cbf9dce75783 100644
--- a/media/base/test_data_util.cc
+++ b/media/base/test_data_util.cc
@@ -36,16 +36,6 @@ std::string GetURLQueryString(const QueryParams& query_params) {
return query;
}
-scoped_ptr<net::SpawnedTestServer> StartMediaHttpTestServer() {
- scoped_ptr<net::SpawnedTestServer> http_test_server;
- http_test_server.reset(new net::SpawnedTestServer(
- net::SpawnedTestServer::TYPE_HTTP,
- net::SpawnedTestServer::kLocalhost,
- GetTestDataPath()));
- CHECK(http_test_server->Start());
- return http_test_server.Pass();
-}
-
scoped_refptr<DecoderBuffer> ReadTestDataFile(const std::string& name) {
base::FilePath file_path = GetTestDataFilePath(name);
« no previous file with comments | « media/base/test_data_util.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698