chromium/chrome/browser/gcm/gcm_product_util.cc

// Copyright 2016 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/gcm/gcm_product_util.h"

#include <string_view>

#include "base/strings/string_util.h"
#include "chrome/common/chrome_version.h"
#include "chrome/common/pref_names.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"
#include "components/version_info/version_info.h"

namespace gcm {

namespace {

std::string ToLowerAlphaNum(std::string_view in) {}

}  // namespace

std::string GetProductCategoryForSubtypes(PrefService* prefs) {}

void RegisterPrefs(PrefRegistrySimple* registry) {}

void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {}

}  // namespace gcm