Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: tools/chrome_proxy/webdriver/quic.py

Issue 2823253002: Refactor decorators into thier own python class (Closed)
Patch Set: Forgot to add new decorators class Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/chrome_proxy/webdriver/decorators.py ('k') | tools/chrome_proxy/webdriver/safebrowsing.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/chrome_proxy/webdriver/decorators.py ('k') | tools/chrome_proxy/webdriver/safebrowsing.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698