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

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

Issue 9104030: Include a timestamp with and add a keyboard shortcut for Feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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.cc » ('j') | chrome/browser/ui/webui/feedback_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/feedback_data.h
diff --git a/chrome/browser/feedback/feedback_data.h b/chrome/browser/feedback/feedback_data.h
index 393f4b0793d38db212eb5fcbd44e2150f8409f90..f6a7a829ae416450005851fda90397f5327a1844 100644
--- a/chrome/browser/feedback/feedback_data.h
+++ b/chrome/browser/feedback/feedback_data.h
@@ -34,6 +34,7 @@ class FeedbackData {
, const std::string& user_email
, const bool send_sys_info
, const bool sent_report
+ , const std::string& timestamp
zel 2012/01/31 16:38:03 string? why don't you pass this as base::Time and
rkc 2012/01/31 18:16:45 The reason we are converting the time to a string
#endif
);
@@ -74,6 +75,7 @@ class FeedbackData {
chromeos::system::LogDictionaryType* sys_info_;
// Content of the compressed system logs.
std::string* zip_content_;
+ std::string timestamp_;
// NOTE: Extra boolean sent_report_ is required because callback may
// occur before or after we call SendReport().
bool sent_report_;
« no previous file with comments | « no previous file | chrome/browser/feedback/feedback_data.cc » ('j') | chrome/browser/ui/webui/feedback_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698