blob: 01bbd82cbf9101a8796aa72077288175c37adb45 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module security_interstitials.mojom;
interface InterstitialCommands {
DontProceed();
Proceed();
ShowMoreSection();
OpenHelpCenter();
OpenDiagnostic();
Reload();
OpenDateSettings();
OpenLogin();
DoReport();
DontReport();
OpenReportingPrivacy();
OpenWhitepaper();
ReportPhishingError();
};