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

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win.cc

Issue 2822433003: Cleanup Tool WebUI: Add functionality to the Scan button (Closed)
Patch Set: Remove component updating logic from cleanup_action_handler 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/component_updater/sw_reporter_installer_win.cc
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc
index d8019d43fd4e0ede62f6615e9a6ef7c5f3ae6e86..38291023fda5e2bf898621993da975d68c8e57af 100644
--- a/chrome/browser/component_updater/sw_reporter_installer_win.cc
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc
@@ -501,4 +501,9 @@ void RegisterProfilePrefsForSwReporter(
registry->RegisterStringPref(prefs::kSwReporterPromptSeed, "");
}
+void RegisterUserInitiatedSwReporterScan(base::Closure callback) {
+ // TODO(proberge): Implement me.
ftirelo 2017/04/13 17:10:43 Nit: Please describe this as a stub and what is in
proberge 2017/04/13 18:53:02 Done.
+ callback.Run();
+}
+
} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698