Commit d7ef83e8 authored by mattcary's avatar mattcary Committed by Commit bot

Missed legacy_page_test module update

Continuation of cl/2615613005, updating module page_test to legacy_page_test.

BUG=678600
TBR=bustamante

Review-Url: https://codereview.chromium.org/2614123003
Cr-Commit-Position: refs/heads/master@{#441941}
parent a794bd08
...@@ -13,7 +13,7 @@ from telemetry.value import scalar ...@@ -13,7 +13,7 @@ from telemetry.value import scalar
CHROME_PROXY_VIA_HEADER = 'Chrome-Compression-Proxy' CHROME_PROXY_VIA_HEADER = 'Chrome-Compression-Proxy'
class ChromeProxyMetricException(page_test.MeasurementFailure): class ChromeProxyMetricException(legacy_page_test.MeasurementFailure):
pass pass
...@@ -115,4 +115,3 @@ class ChromeProxyResponse(network_metrics.HTTPResponse): ...@@ -115,4 +115,3 @@ class ChromeProxyResponse(network_metrics.HTTPResponse):
def HasChromeProxyPassThroughRequest(self): def HasChromeProxyPassThroughRequest(self):
return self.HasRequestHeader('Chrome-Proxy-Accept-Transform', "identity") return self.HasRequestHeader('Chrome-Proxy-Accept-Transform', "identity")
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