Index: net/test/remote_test_server.cc |
diff --git a/net/test/remote_test_server.cc b/net/test/remote_test_server.cc |
index 3782cf2fb40e32ad469d4ac202b130daec692d59..2ffc5d4c29752b4fa3e44b704762652e9993ed05 100644 |
--- a/net/test/remote_test_server.cc |
+++ b/net/test/remote_test_server.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -52,8 +52,6 @@ std::string GetServerTypeString(BaseTestServer::Type type) { |
case BaseTestServer::TYPE_WS: |
case BaseTestServer::TYPE_WSS: |
return "ws"; |
- case BaseTestServer::TYPE_SYNC: |
- return "sync"; |
case BaseTestServer::TYPE_TCP_ECHO: |
return "tcpecho"; |
case BaseTestServer::TYPE_UDP_ECHO: |