#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() { … }
}
void chrome::startup::default_prompt::ResetPromptPrefs(Profile *profile) { … }
void chrome::startup::default_prompt::UpdatePrefsForDismissedPrompt(
Profile *profile) { … }
void chrome::startup::default_prompt::MaybeResetAppMenuPromptPrefs(
Profile *profile) { … }