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

edition = "2024";

option optimize_for = LITE_RUNTIME;

package lens;
// Proto message to store extra translate stickiness signals sent to Translate
// plugin.

// Signals specific to queries coming from translate stickiness extension.
message TranslateStickinessSignals {
  bool translate_suppress_echo_for_sticky = 1;
}
