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

Unified Diff: chrome/browser/bug_report_data.h

Issue 7562001: Add memory usage info to SyslogsProvider, and clean up bug report screenshot data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Increase max entry size for stats included unzipped in feedback page. Created 9 years, 5 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 | « no previous file | chrome/browser/bug_report_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_data.h
diff --git a/chrome/browser/bug_report_data.h b/chrome/browser/bug_report_data.h
index f8da055067d0f0b4a165d4915a75eeceee929dcd..e329b81e791d25f39d04ae0001385c4fba003259 100644
--- a/chrome/browser/bug_report_data.h
+++ b/chrome/browser/bug_report_data.h
@@ -9,24 +9,18 @@
#include <vector>
#include "base/utf_string_conversions.h"
-#include "chrome/browser/bug_report_util.h"
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/system/syslogs_provider.h"
#endif
+class Profile;
+
class BugReportData {
public:
- // Make sure we initialize these flags to false since SyslogsComplete
- // may be triggered before we've called update data; in which case,
- // we do not want it to just delete the logs it just gathered, and we
- // don't want it to send the report either - this will make sure that if
- // SyslogsComplete gets called before UpdateData, we'll simply populate the
- // sys_info and zip_content fields and exit without disturbing anything else
BugReportData();
~BugReportData();
- // Defined in bug_report_ui.cc
void SendReport();
void UpdateData(Profile* profile,
« no previous file with comments | « no previous file | chrome/browser/bug_report_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698