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

Unified Diff: chrome/browser/feedback/feedback_util.cc

Issue 10832078: Add the user email field to Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chrome/browser/feedback/feedback_util.h ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_util.cc
diff --git a/chrome/browser/feedback/feedback_util.cc b/chrome/browser/feedback/feedback_util.cc
index 5a823db2d2b8b64ad02af67fe2ef021a05cf4e7d..c837ffc3a0d8b1173077cb0dd1fbe8e7513774bd 100644
--- a/chrome/browser/feedback/feedback_util.cc
+++ b/chrome/browser/feedback/feedback_util.cc
@@ -246,11 +246,11 @@ void FeedbackUtil::SendReport(
, const std::string& category_tag
, const std::string& page_url_text
, const std::string& description
+ , const std::string& user_email_text
, ScreenshotDataPtr image_data_ptr
, int png_width
, int png_height
#if defined(OS_CHROMEOS)
- , const std::string& user_email_text
, const char* zipped_logs_data
, int zipped_logs_length
, const chromeos::system::LogDictionaryType* const sys_info
@@ -271,10 +271,8 @@ void FeedbackUtil::SendReport(
// they wish
common_data->set_gaia_id(0);
-#if defined(OS_CHROMEOS)
// Add the user e-mail to the feedback object
common_data->set_user_email(user_email_text);
-#endif
// Add the description to the feedback object
common_data->set_description(description);
« no previous file with comments | « chrome/browser/feedback/feedback_util.h ('k') | chrome/browser/resources/feedback.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698