blob: 5c97825058381b611798f10cb7985deede00b4a0 [file] [log] [blame]
// Copyright 2017 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 IOS_CHROME_BROWSER_UI_ACTIVITY_SERVICES_CANONICAL_URL_FEATURE_H_
#define IOS_CHROME_BROWSER_UI_ACTIVITY_SERVICES_CANONICAL_URL_FEATURE_H_
#include "base/feature_list.h"
namespace activity_services {
// Used to control whether the canonical URL is shared if available.
extern const base::Feature kShareCanonicalURL;
} // namespace activity_services
#endif // IOS_CHROME_BROWSER_UI_ACTIVITY_SERVICES_CANONICAL_URL_FEATURE_H_