Chromium Code Reviews| 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_; |