blob: 74d992dc62880edffa79122f78d19b1bda7b6d1e [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2019 The Chromium Authors
Himanshu Jajudbcee232019-06-17 19:41:492// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Hira Mahmood538940952024-06-12 08:31:155#ifndef COMPONENTS_SHARING_MESSAGE_FEATURES_H_
6#define COMPONENTS_SHARING_MESSAGE_FEATURES_H_
Himanshu Jajudbcee232019-06-17 19:41:497
8#include "base/feature_list.h"
Michael van Ouwerkerk99d7e562019-12-03 17:14:369#include "base/metrics/field_trial_params.h"
Himanshu Jajudbcee232019-06-17 19:41:4910
Elly Fong-Jones6d1e47c72023-02-24 16:12:5711BASE_DECLARE_FEATURE(kClickToCall);
12
Hira Mahmood538940952024-06-12 08:31:1513#endif // COMPONENTS_SHARING_MESSAGE_FEATURES_H_