Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2249)

Unified Diff: chrome/browser/safe_browsing/srt_prompt_controller.h

Issue 2795133002: Chrome Cleaner UI: Add a dialog class for the new UI (Closed)
Patch Set: Addressed Fabio's comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/browser/ui/views/srt_prompt_dialog.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/srt_prompt_controller.h
diff --git a/chrome/browser/safe_browsing/srt_prompt_controller.h b/chrome/browser/safe_browsing/srt_prompt_controller.h
index 3546491c10c19d6a22ba0dce93d9ef74bc432acf..3245f19ec9bf35caf1399563ae884755507821b1 100644
--- a/chrome/browser/safe_browsing/srt_prompt_controller.h
+++ b/chrome/browser/safe_browsing/srt_prompt_controller.h
@@ -10,6 +10,8 @@
#include "base/macros.h"
#include "base/strings/string16.h"
+class Browser;
+
namespace safe_browsing {
// Provides the various elements that will be displayed in the Chrome Cleaner
@@ -43,6 +45,8 @@ class SRTPromptController {
SRTPromptController();
+ static void ShowSRTPrompt(Browser* browser, SRTPromptController* controller);
sky 2017/04/05 21:17:42 This is a weird place to put this code. Move to br
alito 2017/04/06 00:20:22 Done.
+
base::string16 GetWindowTitle() const;
// The text to be shown in the Cleaner dialog's main section and will
// always be visible while the dialog is displayed.
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | chrome/browser/ui/views/srt_prompt_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698