// 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. #ifndef CHROME_BROWSER_UI_VIEWS_SAFE_BROWSING_DEEP_SCANNING_MODAL_DIALOG_H_ #define CHROME_BROWSER_UI_VIEWS_SAFE_BROWSING_DEEP_SCANNING_MODAL_DIALOG_H_ #include "base/functional/callback_forward.h" #include "chrome/browser/ui/tab_modal_confirm_dialog_delegate.h" namespace content { class WebContents; } namespace safe_browsing { // A tab modal dialog that prompts the user to confirm their intent to open the // dialog while a scan is in progress. class DeepScanningModalDialog : public TabModalConfirmDialogDelegate { … }; } // namespace safe_browsing #endif // CHROME_BROWSER_UI_VIEWS_SAFE_BROWSING_DEEP_SCANNING_MODAL_DIALOG_H_