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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 2848683002: Chrome Cleaner UI: Rename SRT to ChromeCleaner (Closed)
Patch Set: Rebase 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/chrome_cleaner_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 54fe517a45044ab3e08d0a0156e5a68887bf38c5..dd98d353863a1e4c7ab99c0173476d573de91fc8 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -56,7 +56,7 @@ class PaymentRequestDialog;
}
namespace safe_browsing {
-class SRTPromptController;
+class ChromeCleanerDialogController;
}
namespace security_state {
@@ -244,8 +244,9 @@ void RecordDialogCreation(DialogIdentifier identifier);
// Shows the Chrome Cleanup dialog asking the user if they want to clean their
// system from unwanted software. This is called when unwanted software has been
// detected on the system.
-void ShowSRTPrompt(Browser* browser,
- safe_browsing::SRTPromptController* controller);
+void ShowChromeCleanerPrompt(
+ Browser* browser,
+ safe_browsing::ChromeCleanerDialogController* controller);
#endif // OS_WIN
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/chrome_cleaner_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698