chromium/chrome/browser/commerce/browser_utils.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/commerce/browser_utils.h"

#include "chrome/browser/profiles/profile.h"
#include "components/commerce/core/commerce_constants.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "content/public/browser/web_contents.h"
#include "url/gurl.h"

namespace commerce {
const int kProductSpecificationsMinTabsCount =;
const std::vector<GURL> GetListOfProductSpecsEligibleUrls(
    const std::vector<content::WebContents*> web_contents_list) {}

bool IsWebContentsListEligibleForProductSpecs(
    const std::vector<content::WebContents*> web_contents_list) {}

bool IsProductSpecsMultiSelectMenuEnabled(Profile* profile,
                                          content::WebContents* web_contents) {}
}  // namespace commerce