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

Unified Diff: telemetry/telemetry/page/cache_temperature.py

Issue 3011353002: Remove legacy states from cache_temperature (Closed)
Patch Set: merge Created 3 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/page/cache_temperature.py
diff --git a/telemetry/telemetry/page/cache_temperature.py b/telemetry/telemetry/page/cache_temperature.py
index c7ed43e96c423aacbfc1319a6dcaf183c32135ea..c54174d9a9109133806a532a648ebf1f30e5df6a 100644
--- a/telemetry/telemetry/page/cache_temperature.py
+++ b/telemetry/telemetry/page/cache_temperature.py
@@ -24,11 +24,6 @@ WARM = 'warm'
# the run.
HOT = 'hot'
-# These regacy states will be removed after chromium test scripts are adapted
-# to new states.
-PCV1_COLD = COLD
-PCV1_WARM = WARM
-
class MarkTelemetryInternal(object):
def __init__(self, browser, identifier):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698