chromium/chrome/browser/ui/passwords/bubble_controllers/default_store_changed_bubble_controller.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/passwords/bubble_controllers/default_store_changed_bubble_controller.h"

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/grit/generated_resources.h"
#include "components/password_manager/core/browser/manage_passwords_referrer.h"
#include "components/password_manager/core/browser/password_feature_manager.h"
#include "components/signin/public/identity_manager/identity_manager.h"
#include "ui/base/l10n/l10n_util.h"

metrics_util;

DefaultStoreChangedBubbleController::DefaultStoreChangedBubbleController(
    base::WeakPtr<PasswordsModelDelegate> delegate)
    :{}

DefaultStoreChangedBubbleController::~DefaultStoreChangedBubbleController() {}

std::u16string DefaultStoreChangedBubbleController::GetTitle() const {}

std::u16string DefaultStoreChangedBubbleController::GetBody() const {}

std::u16string DefaultStoreChangedBubbleController::GetContinueButtonText()
    const {}

std::u16string DefaultStoreChangedBubbleController::GetGoToSettingsButtonText()
    const {}

void DefaultStoreChangedBubbleController::OnContinueButtonClicked() {}

void DefaultStoreChangedBubbleController::OnNavigateToSettingsButtonClicked() {}

void DefaultStoreChangedBubbleController::ReportInteractions() {}