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

Unified Diff: chrome/browser/feedback/feedback_data.h

Issue 23458031: Fix feedback attach a file and system info code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/feedback/feedback_data.cc » ('j') | chrome/browser/feedback/feedback_data.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_data.h
diff --git a/chrome/browser/feedback/feedback_data.h b/chrome/browser/feedback/feedback_data.h
index 9193dace55cee00c16ef5c1bd798d462bd16c749..3017edb834cdd4b7e685d4accefdca643228d856 100644
--- a/chrome/browser/feedback/feedback_data.h
+++ b/chrome/browser/feedback/feedback_data.h
@@ -27,15 +27,11 @@ class FeedbackData : public base::RefCountedThreadSafe<FeedbackData> {
FeedbackData();
- // Called once we've update all the data from the feedback page.
+ // Called once we've updated all the data from the feedback page.
void OnFeedbackPageDataComplete();
- // Called once we have read our system logs.
- void CompressSyslogs(scoped_ptr<SystemLogsMap> sys_info);
-
- // Called once we have read and compressed our system logs.
- void OnCompressLogsComplete(scoped_ptr<SystemLogsMap> sys_info,
- scoped_ptr<std::string> compressed_logs);
+ // Called once we have compressed our system logs.
+ void OnCompressLogsComplete(scoped_ptr<std::string> compressed_logs);
// Returns true if we've completed all the tasks needed before we can send
// feedback - at this time this is includes getting the feedback page data
« no previous file with comments | « no previous file | chrome/browser/feedback/feedback_data.cc » ('j') | chrome/browser/feedback/feedback_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698