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

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

namespace {
bool ShouldShowAppMenuPrompt() {}
} // namespace

void chrome::startup::default_prompt::ResetPromptPrefs(Profile *profile) {}

void chrome::startup::default_prompt::UpdatePrefsForDismissedPrompt(
    Profile *profile) {}

void chrome::startup::default_prompt::MaybeResetAppMenuPromptPrefs(
    Profile *profile) {}