#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() { … }