Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
index e1fcb0a10c15af08dc15ed78b8fad1db6bdc42cf..787e38d6782ad2709612beb8972b2bd9893d346e 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
@@ -89,7 +89,10 @@ class ChromeProxyBlockOnce(ChromeProxyBenchmark): |
class ChromeProxySafeBrowsingOn(ChromeProxyBenchmark): |
tag = 'safebrowsing_on' |
test = measurements.ChromeProxySafebrowsingOn |
- page_set = pagesets.SafebrowsingPageSet |
+ |
+ def CreateUserStorySet(self, options): |
sclittle
2015/05/19 19:58:57
Why is this benchmark being changed to not use |pa
nednguyen
2015/05/19 20:18:01
Because we need to instantiate the pagesets.Safebr
|
+ del options # unused |
+ return pagesets.SafebrowsingPageSet(expect_timeout=True) |
@classmethod |
def Name(cls): |