// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/open_from_clipboard/clipboard_recent_content_features.h" const char kClipboardMaximumAgeParam[] = …; // Feature used to determine the maximum age of clipboard content. BASE_FEATURE(…);