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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py

Issue 1640483002: Remove "client_version" test from chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
index 6ca8d858bed9010c6f8d2752718b92b1cc1764d1..2af7ec70b37f0630f108449c302dbf01b47ac767 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
@@ -241,27 +241,6 @@ class ChromeProxyHTTPFallbackViaHeader(ChromeProxyValidation):
self._metrics.AddResultsForHTTPFallback(tab, results)
-class ChromeProxyClientVersion(ChromeProxyValidation):
- """Correctness measurement for version directives in Chrome-Proxy header.
-
- The test verifies that the version information provided in the Chrome-Proxy
- request header overrides any version, if specified, that is provided in the
- user agent string.
- """
-
- def __init__(self):
- super(ChromeProxyClientVersion, self).__init__(
- metrics=metrics.ChromeProxyMetric())
-
- def CustomizeBrowserOptions(self, options):
- super(ChromeProxyClientVersion,
- self).CustomizeBrowserOptions(options)
- options.AppendExtraBrowserArgs('--user-agent="Chrome/32.0.1700.99"')
-
- def AddResults(self, tab, results):
- self._metrics.AddResultsForClientVersion(tab, results)
-
-
class ChromeProxyClientType(ChromeProxyValidation):
"""Correctness measurement for Chrome-Proxy header client type directives."""

Powered by Google App Engine
This is Rietveld 408576698