| Index: chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| index 67215d9fbf69e3a4f17bd5c6070024acae820d86..52f5ae1794b900848bc2eca4b5fc569ddbe220ae 100644
|
| --- a/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| +++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h
|
| @@ -17,7 +17,8 @@
|
|
|
| namespace safe_browsing {
|
|
|
| -// Implementation of the ChromePrompt Mojo interface.
|
| +// Implementation of the ChromePrompt Mojo interface. Must be constructed and
|
| +// destructed on the IO thread.
|
| class ChromePromptImpl : public chrome_cleaner::mojom::ChromePrompt {
|
| public:
|
| using OnPromptUser = base::OnceCallback<void(
|
|
|