Chromium Code Reviews| 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 |