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

Unified Diff: telemetry/telemetry/value/__init__.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « telemetry/telemetry/timeline/tracing_config.py ('k') | telemetry/telemetry/value/list_of_scalar_values.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/value/__init__.py
diff --git a/telemetry/telemetry/value/__init__.py b/telemetry/telemetry/value/__init__.py
index dbd7085da49a74eac37859b88959fe4310497ca9..eb58f6222effc1fdd3cbc6640e7caa990bf07b17 100644
--- a/telemetry/telemetry/value/__init__.py
+++ b/telemetry/telemetry/value/__init__.py
@@ -25,12 +25,6 @@ import os
from telemetry.core import discover
from telemetry.core import util
-# When combining a pair of Values togehter, it is sometimes ambiguous whether
-# the values should be concatenated, or one should be picked as representative.
-# The possible merging policies are listed here.
-CONCATENATE = 'concatenate'
-PICK_FIRST = 'pick-first'
-
# When converting a Value to its buildbot equivalent, the context in which the
# value is being interpreted actually affects the conversion. This is insane,
# but there you have it. There are three contexts in which Values are converted
« no previous file with comments | « telemetry/telemetry/timeline/tracing_config.py ('k') | telemetry/telemetry/value/list_of_scalar_values.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698