diff options
Diffstat (limited to 'chrome/browser/bug_report_util.h')
-rw-r--r-- | chrome/browser/bug_report_util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/bug_report_util.h b/chrome/browser/bug_report_util.h index e11a22c..c01acc04 100644 --- a/chrome/browser/bug_report_util.h +++ b/chrome/browser/bug_report_util.h @@ -78,6 +78,8 @@ class BugReportUtil { #if defined(OS_CHROMEOS) int png_height, const std::string& user_email_text, + const char* zipped_logs_data, + int zipped_logs_length, const chromeos::LogDictionaryType* const sys_info); #else int png_height); @@ -95,6 +97,10 @@ class BugReportUtil { userfeedback::ExternalExtensionSubmit* feedback_data, const std::string& key, const std::string& value); +#if defined(OS_CHROMEOS) + static bool ValidFeedbackSize(const std::string& content); +#endif + static std::string feedback_server_; DISALLOW_IMPLICIT_CONSTRUCTORS(BugReportUtil); |