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

Unified Diff: components/safe_browsing/csd.proto

Issue 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: rebase Created 3 years, 7 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 | « chrome/test/BUILD.gn ('k') | components/safe_browsing/password_protection/password_protection_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing/csd.proto
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
index a69cd10bba7179ee99e34a5f417b79702a255726..689c877a42e4e7e93e6c76a8c7d85c08f957336a 100644
--- a/components/safe_browsing/csd.proto
+++ b/components/safe_browsing/csd.proto
@@ -34,6 +34,14 @@ message ChromeUserPopulation {
EXTENDED_REPORTING = 2;
}
optional UserPopulation user_population = 1;
+
+ // If user enabled history sync.
+ optional bool is_history_sync_enabled = 2;
+
+ // The finch active groups this user belongs to (if any). Active group is
+ // defined by finch trial name and group name. Trial name and group name are
+ // concatenated with separator "|", e.g. "PingOnlyTrial|DefaultGroup".
+ repeated string finch_active_groups = 4;
}
message ClientPhishingRequest {
@@ -214,6 +222,9 @@ message LoginReputationClientRequest {
// The number of verdicts stored on the client.
optional int32 stored_verdict_cnt = 5;
+
+ // Chrome user population.
+ optional ChromeUserPopulation population = 6;
}
// The message is used for client response for login reputation requests.
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/safe_browsing/password_protection/password_protection_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698