| 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..f2f98355f54f0865b9782a261e22085495606bc9 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(const base::FilePath& download_path) {
|
| + DisplaySRTPrompt(download_path);
|
| +}
|
| +
|
| // 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
|
|
|