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

Unified Diff: chrome/browser/safe_browsing/srt_fetcher_win.cc

Issue 2746223002: Harmony - update Chrome Cleanup tool prompt dialog. (Closed)
Patch Set: Created 3 years, 9 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
Index: chrome/browser/safe_browsing/srt_fetcher_win.cc
diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.cc b/chrome/browser/safe_browsing/srt_fetcher_win.cc
index fc4dc0a85e31fa2874ee52ffca732a208b2c8842..3fb21d16218f32b362f02e969ce9422f9a033d5f 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_win.cc
+++ b/chrome/browser/safe_browsing/srt_fetcher_win.cc
@@ -578,6 +578,10 @@ int LaunchAndWaitForExit(const SwReporterInvocation& invocation) {
} // namespace
+void DisplaySRTPromptForTesting() {
+ DisplaySRTPrompt(base::FilePath());
mattm 2017/03/14 18:46:14 It seems the appearance will differ depending on i
kylix_rd 2017/03/14 20:06:32 Done.
+}
+
// Class that will attempt to download the SRT, showing the SRT notification
// bubble when the download operation is complete. Instances of SRTFetcher own
// themselves, they will self-delete on completion of the network request when

Powered by Google App Engine
This is Rietveld 408576698