// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

syntax = "proto2";

option java_multiple_files = true;
option java_package = "org.chromium.components.sync.protocol";

option optimize_for = LITE_RUNTIME;

package sync_pb;

import "components/sync/protocol/agile_encryption_keys.proto";

// Specifics for ENCRYPTED_TAB_CONTEXT_CONTAINER.
message EncryptedTabContextContainerSpecifics {
  optional string uuid = 1;
  optional AgileSymmetricKeySet encryption_key = 2;
}
