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

Unified Diff: components/safe_browsing/csd.proto

Issue 2817533004: Improve PasswordProtectionService and PasswordProtectionRequest (Closed)
Patch Set: address nparker's comments Created 3 years, 8 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/safe_browsing/csd.proto
diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
index 023abe4ffbd71d545a9f2e78426397463fdd8dd8..d4d30d3dd28169249d730f7571746c93c0bf3526 100644
--- a/components/safe_browsing/csd.proto
+++ b/components/safe_browsing/csd.proto
@@ -250,6 +250,9 @@ message LoginReputationClientResponse {
// Deprecated.
optional bool DEPRECATED_cache_expression_exact_match = 4 [deprecated = true];
+
+ // A token which is consistent in the response and post-warning actions.
lpz 2017/04/18 14:43:27 So this field is not used in chrome code yet, righ
Jialiu Lin 2017/04/18 20:38:03 This field is going to be used in the post-inciden
+ optional bytes verdict_token = 5;
}
message ClientMalwareResponse {

Powered by Google App Engine
This is Rietveld 408576698