blob: 3258af9a127b311e4ff85cc77b724ad8419593a4 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package chrome_browser_sharing;
// Required in Chrome.
option optimize_for = LITE_RUNTIME;
// Message to pass phone number in click to call feature.
message ClickToCallMessage {
// required
string phone_number = 1;
}