Chromium Code Reviews| Index: components/certificate_reporting/error_report.h |
| diff --git a/components/certificate_reporting/error_report.h b/components/certificate_reporting/error_report.h |
| index 0d611db40ebd0dfe30edd0101c25f619629845e4..9ad53e775d47de98a672a15c1959c31320398aef 100644 |
| --- a/components/certificate_reporting/error_report.h |
| +++ b/components/certificate_reporting/error_report.h |
| @@ -7,6 +7,7 @@ |
| #include <memory> |
| #include <string> |
| +#include "components/version_info/version_info.h" |
|
meacer
2017/06/30 23:58:39
nit: Add a blank line between <...> and " includes
sperigo
2017/07/05 23:02:48
Done.
|
| namespace base { |
| class Time; |
| @@ -73,6 +74,8 @@ class ErrorReport { |
| void AddNetworkTimeInfo( |
| const network_time::NetworkTimeTracker* network_time_tracker); |
| + void AddChromeChannel(version_info::Channel channel); |
| + |
| // Sets is_retry_upload field of the protobuf to |is_retry_upload|. |
| void SetIsRetryUpload(bool is_retry_upload); |