chromium/components/commerce/core/flag_descriptions.cc

// Copyright 2022 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/commerce/core/flag_descriptions.h"

namespace commerce::flag_descriptions {

const char kCommerceLocalPDPDetectionName[] =;
const char kCommerceLocalPDPDetectionDescription[] =;

const char kCommercePriceTrackingName[] =;
const char kCommercePriceTrackingDescription[] =;

const char kPriceTrackingIconColorsName[] =;
const char kPriceTrackingIconColorsDescription[] =;

const char kProductSpecificationsName[] =;
const char kProductSpecificationsDescription[] =;

const char kProductSpecificationsMultiSpecificsName[] =;
const char kProductSpecificationsMultiSpecificsDescription[] =;

const char kShoppingIconColorVariantName[] =;
const char kShoppingIconColorVariantDescription[] =;

const char kShoppingListName[] =;
const char kShoppingListDescription[] =;

const char kChromeCartDomBasedHeuristicsName[] =;
const char kChromeCartDomBasedHeuristicsDescription[] =;

const char kParcelTrackingTestDataName[] =;
const char kParcelTrackingTestDataDescription[] =;

const char kPriceInsightsName[] =;
const char kPriceInsightsDescription[] =;

const char kDiscountOnNavigationName[] =;
const char kDiscountOnNavigationDescription[] =;

#if BUILDFLAG(IS_IOS)
extern const char kPriceInsightsIosName[] = "Price Insights";
extern const char kPriceInsightsIosDescription[] =
    "When enabled, the user will be able to get price insights on product "
    "pages.";

extern const char kPriceInsightsHighPriceIosName[] =
    "Price Insights with high price";
extern const char kPriceInsightsHighPriceIosDescription[] =
    "When enabled, price insight will report a high confidence when the price "
    "is high.";
#endif

const char kShoppingPageTypesName[] =;
const char kShoppingPageTypesDescription[] =;

const char kTrackByDefaultOnMobileName[] =;
const char kTrackByDefaultOnMobileDescription[] =;

const char kPriceTrackingSubscriptionServiceLocaleKeyName[] =;

const char kPriceTrackingSubscriptionServiceLocaleKeyDescription[] =;

}  // namespace commerce::flag_descriptions