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

Unified Diff: chrome/browser/extensions/api/feedback_private/feedback_private_api.cc

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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/feedback_private/feedback_private_api.cc
diff --git a/chrome/browser/extensions/api/feedback_private/feedback_private_api.cc b/chrome/browser/extensions/api/feedback_private/feedback_private_api.cc
index fafcbd583153dabe08cfb1e7b3b2cc4f8f9cc9e6..6685eeb4b0a041bbda9783b86309dd4de72ad92d 100644
--- a/chrome/browser/extensions/api/feedback_private/feedback_private_api.cc
+++ b/chrome/browser/extensions/api/feedback_private/feedback_private_api.cc
@@ -173,7 +173,7 @@ bool FeedbackPrivateSendFeedbackFunction::RunImpl() {
it != sys_info->end(); ++it)
(*sys_logs.get())[it->get()->key] = it->get()->value;
}
- feedback_data->set_sys_info(sys_logs.Pass());
+ feedback_data->SetAndCompressSystemInfo(sys_logs.Pass());
FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance()->
GetForProfile(profile())->GetService();
« no previous file with comments | « no previous file | chrome/browser/feedback/feedback_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698