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

Unified Diff: chrome/browser/diagnostics/diagnostics_controller.h

Issue 16948012: This adds a recovery mode to the diagnostics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload after merge Created 7 years, 4 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
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/diagnostics/diagnostics_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/diagnostics/diagnostics_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698