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

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

Issue 2819633003: Cleanup Tool WebUI: Add functionality to the Cleanup button (Closed)
Patch Set: minor cleanups 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
Index: chrome/browser/safe_browsing/srt_fetcher_win.h
diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.h b/chrome/browser/safe_browsing/srt_fetcher_win.h
index a6e79e1aecec608e1bc7af8e9cc6394d522fe37d..22460809080c529c52741d1bc4203c4fb5789b73 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_win.h
+++ b/chrome/browser/safe_browsing/srt_fetcher_win.h
@@ -11,6 +11,7 @@
#include <queue>
#include <string>
+#include "base//callback.h"
alito 2017/04/14 00:01:18 Remove the extra '/'
proberge 2017/04/18 19:24:28 Wow, no idea what happened there.
#include "base/command_line.h"
#include "base/feature_list.h"
#include "base/process/launch.h"
@@ -148,6 +149,9 @@ void SetSwReporterTestingDelegate(SwReporterTestingDelegate* delegate);
void DisplaySRTPromptForTesting(const base::FilePath& download_path);
+// Called by chrome://cleanup/ to manually trigger a cleaner run.
+void DisplayUserInitiatedSRTPromptDialog(base::Closure callback);
alito 2017/04/14 00:01:18 In order for the organic page to be able to run th
proberge 2017/04/18 19:24:28 Scan results will need to be available before "Run
alito 2017/04/19 18:01:44 As we discussed offline, the logic could be simpli
proberge 2017/04/19 18:03:10 Ack, closing this CL.
proberge 2017/04/25 17:51:09 Re-opening since it seems that we will indeed have
+
} // namespace safe_browsing
#endif // CHROME_BROWSER_SAFE_BROWSING_SRT_FETCHER_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698