blob: e77cede21569c82a9d78295b151da22e9fc8d79b [file] [log] [blame]
// Copyright 2022 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.
#include "components/commerce/core/flag_descriptions.h"
namespace commerce::flag_descriptions {
const char kCommercePriceTrackingName[] = "Price Tracking";
const char kCommercePriceTrackingDescription[] =
"Allows users to track product prices through Chrome.";
const char kShoppingListName[] = "Shopping List";
const char kShoppingListDescription[] = "Enable shopping list in bookmarks.";
} // namespace commerce::flag_descriptions