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

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

Issue 2644133005: Include all server redirects in referrer chain (Closed)
Patch Set: nit Created 3 years, 11 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 c98152aae1a51efa35eeddf5e3f7a75f5d311e0b..53a64af194c79b7aa1f96b3c6d5363d3fff0e36d 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -416,6 +416,11 @@ message ReferrerChainEntry {
optional bool is_retargeting = 6;
optional double navigation_time_msec = 7;
+
+ // Set only if server redirects happen in navigation.
+ // The first entry in |server_redirect_chain| should be the original request
Nathan Parker 2017/01/20 23:36:20 Looks like the last entry would be redundant, but
Jialiu Lin 2017/01/21 00:48:27 I think it is less confusing in this way. auk and
+ // url, and the last entry should be the same as |url|.
+ repeated string server_redirect_chain = 8;
} // End of URLChainEntry
message ClientDownloadResponse {

Powered by Google App Engine
This is Rietveld 408576698