 Chromium Code Reviews
 Chromium Code Reviews Issue 2822433003:
  Cleanup Tool WebUI: Add functionality to the Scan button  (Closed)
    
  
    Issue 2822433003:
  Cleanup Tool WebUI: Add functionality to the Scan button  (Closed) 
  | 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 |