Commit 4f26746d authored by achuith's avatar achuith Committed by Commit bot

Remove browser.Start

BUG=417528
TEST=bots

Review URL: https://codereview.chromium.org/604423006

Cr-Commit-Position: refs/heads/master@{#297205}
parent fedb226e
...@@ -348,8 +348,3 @@ class Browser(object): ...@@ -348,8 +348,3 @@ class Browser(object):
See the documentation of the SystemInfo class for more details.""" See the documentation of the SystemInfo class for more details."""
return self._browser_backend.GetSystemInfo() return self._browser_backend.GetSystemInfo()
# TODO: Remove after call to Start() has been removed from
# related authotest files.
def Start(self):
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment