| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index cfb9b06c59f6ea6141a4c48265e7fb8031803ca6..ccd7ab8915aa467ba0f78eb51f0957845c590bdb 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -191,9 +191,6 @@ class Port(object):
|
| return "Port{name=%s, version=%s, architecture=%s, test_configuration=%s}" % (
|
| self._name, self._version, self._architecture, self._test_configuration)
|
|
|
| - def buildbot_archives_baselines(self):
|
| - return True
|
| -
|
| def additional_driver_flag(self):
|
| if self.driver_name() == self.CONTENT_SHELL_NAME:
|
| return ['--run-layout-test']
|
|
|