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

Side by Side Diff: chrome/browser/diagnostics/recon_diagnostics.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_ 5 #ifndef CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_
6 #define CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_ 6 #define CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_
7 7
8 #include "chrome/browser/diagnostics/diagnostics_test.h" 8 #include "chrome/browser/diagnostics/diagnostics_test.h"
9 9
10 namespace diagnostics { 10 namespace diagnostics {
(...skipping 26 matching lines...) Expand all
37 DIAG_RECON_CANNOT_OBTAIN_SIZE, 37 DIAG_RECON_CANNOT_OBTAIN_SIZE,
38 DIAG_RECON_FILE_TOO_LARGE, 38 DIAG_RECON_FILE_TOO_LARGE,
39 DIAG_RECON_NOT_WRITABLE, 39 DIAG_RECON_NOT_WRITABLE,
40 40
41 // DiskSpaceTest 41 // DiskSpaceTest
42 DIAG_RECON_UNABLE_TO_QUERY, 42 DIAG_RECON_UNABLE_TO_QUERY,
43 DIAG_RECON_LOW_DISK_SPACE, 43 DIAG_RECON_LOW_DISK_SPACE,
44 44
45 // JSONTest 45 // JSONTest
46 DIAG_RECON_FILE_NOT_FOUND, 46 DIAG_RECON_FILE_NOT_FOUND,
47 DIAG_RECON_FILE_NOT_FOUND_OK,
47 DIAG_RECON_CANNOT_OBTAIN_FILE_SIZE, 48 DIAG_RECON_CANNOT_OBTAIN_FILE_SIZE,
48 DIAG_RECON_FILE_TOO_BIG, 49 DIAG_RECON_FILE_TOO_BIG,
49 DIAG_RECON_UNABLE_TO_OPEN_FILE, 50 DIAG_RECON_UNABLE_TO_OPEN_FILE,
50 DIAG_RECON_PARSE_ERROR, 51 DIAG_RECON_PARSE_ERROR,
51 }; 52 };
52 53
53 // Identifiers for the tests. 54 // Identifiers for the tests.
54 extern const char kConflictingDllsTest[]; 55 extern const char kConflictingDllsTest[];
55 extern const char kDiskSpaceTest[]; 56 extern const char kDiskSpaceTest[];
56 extern const char kInstallTypeTest[]; 57 extern const char kInstallTypeTest[];
(...skipping 16 matching lines...) Expand all
73 DiagnosticsTest* MakeDictonaryDirTest(); 74 DiagnosticsTest* MakeDictonaryDirTest();
74 DiagnosticsTest* MakeResourcesFileTest(); 75 DiagnosticsTest* MakeResourcesFileTest();
75 DiagnosticsTest* MakeDiskSpaceTest(); 76 DiagnosticsTest* MakeDiskSpaceTest();
76 DiagnosticsTest* MakePreferencesTest(); 77 DiagnosticsTest* MakePreferencesTest();
77 DiagnosticsTest* MakeBookMarksTest(); 78 DiagnosticsTest* MakeBookMarksTest();
78 DiagnosticsTest* MakeLocalStateTest(); 79 DiagnosticsTest* MakeLocalStateTest();
79 80
80 } // namespace diagnostics 81 } // namespace diagnostics
81 82
82 #endif // CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_ 83 #endif // CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_
OLDNEW
« no previous file with comments | « chrome/browser/diagnostics/diagnostics_writer.cc ('k') | chrome/browser/diagnostics/recon_diagnostics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698