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

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

Issue 7746011: Revert 98168, it caused compile errors on mac: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/common/chrome_switches.cc ('k') | chrome/renderer/safe_browsing/features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/safe_browsing/csd.proto
===================================================================
--- chrome/common/safe_browsing/csd.proto (revision 98169)
+++ chrome/common/safe_browsing/csd.proto (working copy)
@@ -17,14 +17,9 @@
message ClientPhishingRequest {
// URL that the client visited. The CGI parameters are stripped by the
- // client. This field is ONLY set for UMA-enabled users.
- optional string url = 1;
+ // client.
+ required string url = 1;
- // A 5-byte SHA-256 hash prefix of the URL, in SafeBrowsing host sufffix/path
- // prefix form with query parameters stripped (i.e. "www.example.com/1/2/").
- // Unlike "url", this is sent for all users.
- optional bytes suffix_prefix_hash = 10;
-
// Score that was computed on the client. Value is between 0.0 and 1.0.
// The larger the value the more likely the url is phishing.
required float client_score = 2;
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/safe_browsing/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698