chromium/chrome/browser/ui/passwords/bubble_controllers/move_to_account_store_bubble_controller.cc

// Copyright 2020 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/move_to_account_store_bubble_controller.h"

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/favicon/favicon_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_avatar_icon_util.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "chrome/browser/sync/sync_service_factory.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate.h"
#include "chrome/grit/generated_resources.h"
#include "components/favicon/core/favicon_util.h"
#include "components/password_manager/core/browser/features/password_manager_features_util.h"
#include "components/password_manager/core/browser/password_feature_manager.h"
#include "components/password_manager/core/common/password_manager_ui.h"
#include "components/signin/public/base/consent_level.h"
#include "components/signin/public/identity_manager/identity_manager.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"

metrics_util;

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

MoveToAccountStoreBubbleController::~MoveToAccountStoreBubbleController() {}

void MoveToAccountStoreBubbleController::RequestFavicon(
    base::OnceCallback<void(const gfx::Image&)> favicon_ready_callback) {}

void MoveToAccountStoreBubbleController::OnFaviconReady(
    base::OnceCallback<void(const gfx::Image&)> favicon_ready_callback,
    const favicon_base::FaviconImageResult& result) {}

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

void MoveToAccountStoreBubbleController::AcceptMove() {}

void MoveToAccountStoreBubbleController::RejectMove() {}

gfx::Image MoveToAccountStoreBubbleController::GetProfileIcon(int size) {}

std::u16string MoveToAccountStoreBubbleController::GetProfileEmail() const {}

void MoveToAccountStoreBubbleController::ReportInteractions() {}