aboutsummaryrefslogtreecommitdiff
path: root/protos/perfetto/config/chrome/chrome_config.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/perfetto/config/chrome/chrome_config.proto')
-rw-r--r--protos/perfetto/config/chrome/chrome_config.proto21
1 files changed, 0 insertions, 21 deletions
diff --git a/protos/perfetto/config/chrome/chrome_config.proto b/protos/perfetto/config/chrome/chrome_config.proto
index aa9333bf9..aa24c3810 100644
--- a/protos/perfetto/config/chrome/chrome_config.proto
+++ b/protos/perfetto/config/chrome/chrome_config.proto
@@ -24,25 +24,4 @@ message ChromeConfig {
// When enabled, the data source should only fill in fields in the output that
// are not potentially privacy sensitive.
optional bool privacy_filtering_enabled = 2;
-
- // Instead of emitting binary protobuf, convert the trace data to the legacy
- // JSON format. Note that the trace data will still be returned as a series of
- // TracePackets, but the embedded data will be JSON instead of serialized
- // protobuf.
- optional bool convert_to_legacy_json = 3;
-
- // Priority of the tracing session client. A higher priority session may
- // preempt a lower priority one in configurations where concurrent sessions
- // aren't supported.
- enum ClientPriority {
- UNKNOWN = 0;
- BACKGROUND = 1;
- USER_INITIATED = 2;
- }
- optional ClientPriority client_priority = 4;
-
- // Applicable only when using legacy JSON format.
- // If |json_agent_label_filter| is not empty, only data pertaining to
- // the specified tracing agent label (e.g. "traceEvents") will be returned.
- optional string json_agent_label_filter = 5;
}