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

Unified Diff: chrome/common/safe_browsing/csd.proto

Issue 341563003: Safe browsing incident reporting service improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux_chromium_clang_dbg compile fix Created 6 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: chrome/common/safe_browsing/csd.proto
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
index a04147a28a31b27c9318aded6e623e6a3e4b0422..5d0afc38133e273ca2f6fb613637e351db50a073 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -397,6 +397,8 @@ message ClientIncidentReport {
}
optional Channel chrome_update_channel = 5;
optional int64 uptime_msec = 6;
+ optional bool metrics_consent = 7;
+ optional bool extended_consent = 8;
}
optional Process process = 3;
}

Powered by Google App Engine
This is Rietveld 408576698