blob: 32ff25be8d14ff5a45acc5584140b8f6cee9e37b [file] [log] [blame]
// Copyright 2020 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package test.custom_results.graphics;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/test/custom_results/graphics";
// Uniquely identifies a trace used for replay tests.
message TraceId { string value = 1; }