Index: chrome/browser/safe_browsing/safe_browsing_testserver.py |
diff --git a/chrome/browser/safe_browsing/safe_browsing_testserver.py b/chrome/browser/safe_browsing/safe_browsing_testserver.py |
index 674bf5ae01a3f3809a69f7d094dc05f8c2191a86..8ea4de051c12fa626096865937c60a3965edefb2 100755 |
--- a/chrome/browser/safe_browsing/safe_browsing_testserver.py |
+++ b/chrome/browser/safe_browsing/safe_browsing_testserver.py |
@@ -1,5 +1,5 @@ |
#!/usr/bin/env python |
-# 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. |
@@ -35,12 +35,6 @@ class ServerRunner(testserver_base.TestServerRunner): |
self.option_parser.add_option('--data-file', dest='data_file', |
help='File containing safebrowsing test ' |
'data and expectations') |
- # TODO(mattm): we define an unnecessary --data-dir option because |
- # BaseTestServer unconditionally sets --data-dir. This should be removed |
- # when BaseTestServer is refactored to not contain all the net/ |
- # test_server.py specific stuff. |
- self.option_parser.add_option('--data-dir', dest='data_dir', |
- help='unused') |
if __name__ == '__main__': |