| // 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; | |
| } |