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

Unified Diff: net/test/local_test_server.cc

Issue 12235003: Split out policy code from net/tools/testserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 80 chars. Created 7 years, 10 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
Index: net/test/local_test_server.cc
diff --git a/net/test/local_test_server.cc b/net/test/local_test_server.cc
index e2d334f9557e2c5e5b6e0e237c44e7234bf1510c..5741561aeea7135920107f4dfdf1b06df629efd9 100644
--- a/net/test/local_test_server.cc
+++ b/net/test/local_test_server.cc
@@ -189,13 +189,6 @@ bool LocalTestServer::SetPythonPath() const {
}
AppendToPythonPath(pyproto_dir);
- // TODO(cloud_policy): Move this out of net/, since net/ should not have to
- // depend on chrome/. See http://crbug.com/119403.
- AppendToPythonPath(pyproto_dir.AppendASCII("chrome")
- .AppendASCII("browser")
- .AppendASCII("policy")
- .AppendASCII("proto"));
-
return true;
}
« no previous file with comments | « chrome/test/data/policy/policy_device_management_service_browsertest.json ('k') | net/tools/testserver/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698