blob: 9eb71c8cb558b9a96e930114c68cf25c614ad82f [file] [log] [blame]
// 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.test;
// Proto used to test that unknown fields are handled correctly in the sync
// bridge.
message UnknownFields {
optional string unknown_field = 100000;
}