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