blob: 79a7579a6ed41c4e3e3c23fc49926212f9abf261 [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.
#ifndef CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_FEATURE_FLAGS_H_
#define CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_FEATURE_FLAGS_H_
#include "base/feature_list.h"
// Feature to allow devices to receive the shared clipboard message.
extern const base::Feature kSharedClipboardReceiver;
// Feature to allow shared clipbpard gets processed.
extern const base::Feature kSharedClipboardUI;
#endif // CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_FEATURE_FLAGS_H_