| Index: tools/chrome_proxy/webdriver/common.py
|
| diff --git a/tools/chrome_proxy/webdriver/common.py b/tools/chrome_proxy/webdriver/common.py
|
| index 794918fcddcedfbfa3a24e996a32d86efd568b8e..5cc93cc805dcd37efba571fc4786bc0d488b8fdc 100644
|
| --- a/tools/chrome_proxy/webdriver/common.py
|
| +++ b/tools/chrome_proxy/webdriver/common.py
|
| @@ -151,7 +151,6 @@ class TestDriver:
|
| 'chrome.benchmarking.clearPredictorCache();chrome.benchmarking.'
|
| 'clearHostResolverCache();}')
|
|
|
| - # TODO(robertogden) use a smart page instead
|
| def SetURL(self, url):
|
| """
|
| Sets the URL that the browser will navigate to during the test.
|
|
|