| 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;
|
| }
|
|
|
|
|