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

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

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_data.cc ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_util.h
diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h
index 4030dd0ad040c774ec16e1a9059e2e0f12480f10..a97bec617f0e461a47fbfb0697d10a91b6b73213 100644
--- a/chrome/browser/feedback/feedback_util.h
+++ b/chrome/browser/feedback/feedback_util.h
@@ -68,11 +68,11 @@ class FeedbackUtil {
, const std::string& category_tag
, const std::string& page_url_text
, const std::string& description
+ , const std::string& user_email_text
, ScreenshotDataPtr png_data
, 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
« no previous file with comments | « chrome/browser/feedback/feedback_data.cc ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698