Searched defs:zipped_logs_data (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dbug_report_util.cc265 const char* zipped_logs_data,
341 if (zipped_logs_data && CommandLine::ForCurrentProcess()->HasSwitch(
346 attachment.set_data(std::string(zipped_logs_data, zipped_logs_length));
255 SendReport(Profile* profile, int problem_type, const std::string& page_url_text, const std::string& description, const char* png_data, int png_data_length, int png_width, int png_height, const std::string& user_email_text, const char* zipped_logs_data, int zipped_logs_length, const chromeos::LogDictionaryType* const sys_info) argument

Completed in 92 milliseconds