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

Unified Diff: components/safe_browsing/csd.proto

Issue 2783143002: Rename reason to message in csd.proto (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | 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 fc58f5d950060c1ec8f72e7bfcd50ff499759eb4..04316444ad1f5cee083f23767842394f203f5f9a 100644
--- a/components/safe_browsing/csd.proto
+++ b/components/safe_browsing/csd.proto
@@ -929,7 +929,7 @@ message ClientSafeBrowsingReportRequest {
message HTTPResponse {
message FirstLine {
optional int32 code = 1;
- optional bytes reason = 2;
+ optional bytes message = 2;
optional bytes version = 3;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698