| 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
|
|
|