chromium/chrome/browser/ui/views/send_tab_to_self/send_tab_to_self_promo_bubble_view.cc

// Copyright 2019 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/views/send_tab_to_self/send_tab_to_self_promo_bubble_view.h"

#include <string>

#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/signin/signin_view_controller.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "chrome/browser/ui/views/send_tab_to_self/manage_account_devices_link_view.h"
#include "chrome/browser/ui/views/send_tab_to_self/send_tab_to_self_bubble_controller.h"
#include "chrome/browser/ui/views/sharing_hub/sharing_hub_bubble_util.h"
#include "chrome/grit/generated_resources.h"
#include "components/signin/public/base/signin_metrics.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/mojom/dialog_button.mojom.h"
#include "ui/base/ui_base_types.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/view_class_properties.h"

namespace send_tab_to_self {

SendTabToSelfPromoBubbleView::SendTabToSelfPromoBubbleView(
    views::View* anchor_view,
    content::WebContents* web_contents,
    bool show_signin_button)
    :{}

SendTabToSelfPromoBubbleView::~SendTabToSelfPromoBubbleView() {}

void SendTabToSelfPromoBubbleView::Hide() {}

void SendTabToSelfPromoBubbleView::AddedToWidget() {}

void SendTabToSelfPromoBubbleView::OnSignInButtonClicked() {}

void SendTabToSelfPromoBubbleView::OnBackButtonClicked() {}

}  // namespace send_tab_to_self