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

Unified Diff: chrome/browser/safe_browsing/browser_features.h

Issue 8400050: Include the HTTP status code as a feature in the ClientPhishingRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/browser/safe_browsing/browser_features.h
diff --git a/chrome/browser/safe_browsing/browser_features.h b/chrome/browser/safe_browsing/browser_features.h
index c8ad4c26cb9b70dae45baf7d8cb385c7da89494b..0f3f0333b1fbd29089a64b3ea724b2c0dafab742 100644
--- a/chrome/browser/safe_browsing/browser_features.h
+++ b/chrome/browser/safe_browsing/browser_features.h
@@ -71,6 +71,9 @@ extern const char kSecureRedirectValue[];
// Resource was fetched from a known bad IP address.
extern const char kBadIpFetch[];
+// The HTTP status code for the main document.
+extern const char kHttpStatusCode[];
+
// SafeBrowsing related featues. Fields from the UnsafeResource if there is
// any.
extern const char kSafeBrowsingMaliciousUrl[];
« no previous file with comments | « chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc ('k') | chrome/browser/safe_browsing/browser_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698