Chromium Code Reviews| Index: tools/chrome_proxy/webdriver/quic.py |
| diff --git a/tools/chrome_proxy/webdriver/quic.py b/tools/chrome_proxy/webdriver/quic.py |
| index 03f8f2c852e16ad7c867283707b18dc2c5ed81ec..280bfb92887e99bf861b130253e4f93473b43f07 100644 |
| --- a/tools/chrome_proxy/webdriver/quic.py |
| +++ b/tools/chrome_proxy/webdriver/quic.py |
| @@ -2,6 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +import time |
|
RyanSturm
2017/04/18 17:34:05
Seems random. Is this needed somewhere (just makin
Robert Ogden
2017/04/18 17:55:54
Nothing gets past you :) Yes, this was a missed im
|
| + |
| import common |
| from common import TestDriver |
| from common import IntegrationTest |