| Index: chrome/browser/diagnostics/diagnostics_controller.h
|
| diff --git a/chrome/browser/diagnostics/diagnostics_controller.h b/chrome/browser/diagnostics/diagnostics_controller.h
|
| index 706a10f6aaa16a67c4010de177edcfa268db7a4f..ff25fe187c615dad60048800211855ec43bade1b 100644
|
| --- a/chrome/browser/diagnostics/diagnostics_controller.h
|
| +++ b/chrome/browser/diagnostics/diagnostics_controller.h
|
| @@ -23,7 +23,11 @@ class DiagnosticsController {
|
| // diagnostics successfully, regardless of the results of the diagnostics.
|
| int Run(const CommandLine& command_line, DiagnosticsWriter* writer);
|
|
|
| - // Returns a model with the results that have accumulated. They can then be
|
| + // Entry point for running recovery based on diagnostics that have already
|
| + // been run. In order for this to do anything, Run() must be executed first.
|
| + int RunRecovery(const CommandLine& command_line, DiagnosticsWriter* writer);
|
| +
|
| + // Returns a model with the results that have accumulated. They can then be
|
| // queried for their attributes for human consumption later.
|
| const DiagnosticsModel& GetResults() const;
|
|
|
|
|