chromium/chrome/browser/repost_form_warning_controller.cc

// Copyright 2011 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/repost_form_warning_controller.h"

#include "components/strings/grit/components_strings.h"
#include "content/public/browser/navigation_controller.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/l10n/l10n_util.h"

RepostFormWarningController::RepostFormWarningController(
    content::WebContents* web_contents)
    :{}

RepostFormWarningController::~RepostFormWarningController() {}

std::u16string RepostFormWarningController::GetTitle() {}

std::u16string RepostFormWarningController::GetDialogMessage() {}

std::u16string RepostFormWarningController::GetAcceptButtonTitle() {}

void RepostFormWarningController::OnAccepted() {}

void RepostFormWarningController::OnCanceled() {}

void RepostFormWarningController::OnClosed() {}

void RepostFormWarningController::BeforeFormRepostWarningShow() {}