chromium/chrome/browser/ui/startup/default_browser_prompt/default_browser_prompt_trial.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/ui/startup/default_browser_prompt/default_browser_prompt_trial.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/common/pref_names.h"
#include "components/prefs/pref_service.h"

// static
void DefaultBrowserPromptTrial::MaybeJoinDefaultBrowserPromptCohort() {}

// static
void DefaultBrowserPromptTrial::EnsureStickToDefaultBrowserPromptCohort() {}

// static
void DefaultBrowserPromptTrial::RegisterSyntheticFieldTrial(
    const std::string &group_name) {}