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

Side by Side Diff: components/crash/core/browser/crashes_ui_util.h

Issue 2325713002: Manual crash uploads for mac and win (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_ 5 #ifndef COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_
6 #define COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_ 6 #define COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 namespace base { 10 namespace base {
(...skipping 15 matching lines...) Expand all
26 extern const CrashesUILocalizedString kCrashesUILocalizedStrings[]; 26 extern const CrashesUILocalizedString kCrashesUILocalizedStrings[];
27 extern const size_t kCrashesUILocalizedStringsCount; 27 extern const size_t kCrashesUILocalizedStringsCount;
28 28
29 // Strings used by the WebUI resources. 29 // Strings used by the WebUI resources.
30 // Must match the constants used in the resource files. 30 // Must match the constants used in the resource files.
31 extern const char kCrashesUICrashesJS[]; 31 extern const char kCrashesUICrashesJS[];
32 extern const char kCrashesUIRequestCrashList[]; 32 extern const char kCrashesUIRequestCrashList[];
33 extern const char kCrashesUIRequestCrashUpload[]; 33 extern const char kCrashesUIRequestCrashUpload[];
34 extern const char kCrashesUIShortProductName[]; 34 extern const char kCrashesUIShortProductName[];
35 extern const char kCrashesUIUpdateCrashList[]; 35 extern const char kCrashesUIUpdateCrashList[];
36 extern const char kCrashesUIRequestSingleCrashUpload[];
36 37
37 // Converts and appends the most recent uploads to |out_value|. 38 // Converts and appends the most recent uploads to |out_value|.
38 void UploadListToValue(UploadList* upload_list, base::ListValue* out_value); 39 void UploadListToValue(UploadList* upload_list, base::ListValue* out_value);
39 40
40 } // namespace crash 41 } // namespace crash
41 42
42 #endif // COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_ 43 #endif // COMPONENTS_CRASH_CORE_BROWSER_CRASHES_UI_UTIL_H_
OLDNEW
« no previous file with comments | « components/crash/content/app/crashpad.cc ('k') | components/crash/core/browser/crashes_ui_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698