chromium/components/variations/synthetic_trials.cc

// Copyright 2015 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/variations/synthetic_trials.h"

#include <string_view>

#include "components/variations/hashing.h"

namespace variations {

SyntheticTrialGroup::SyntheticTrialGroup(
    std::string_view trial_name,
    std::string_view group_name,
    SyntheticTrialAnnotationMode annotation_mode)
    :{}

SyntheticTrialGroup::SyntheticTrialGroup(const SyntheticTrialGroup&) = default;

void SyntheticTrialGroup::SetTrialName(std::string_view trial_name) {}

void SyntheticTrialGroup::SetGroupName(std::string_view group_name) {}

}  // namespace variations