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

Unified Diff: components/certificate_reporting/error_report.h

Issue 2964283002: Add chrome channel to cert logger reports (Closed)
Patch Set: Revert unneeded change Created 3 years, 6 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
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);

Powered by Google App Engine
This is Rietveld 408576698