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

Unified Diff: components/safe_browsing/password_protection/password_protection_request.h

Issue 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: replace PasswordReuse with ProtectedPasswordEntry Created 3 years, 7 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/password_protection/password_protection_request.h
diff --git a/components/safe_browsing/password_protection/password_protection_request.h b/components/safe_browsing/password_protection/password_protection_request.h
index 7eec452eca1aaf4ceca466eadeb25661616fc3c7..e456416a4cec13b05e26e6b40166a474a1f36364 100644
--- a/components/safe_browsing/password_protection/password_protection_request.h
+++ b/components/safe_browsing/password_protection/password_protection_request.h
@@ -49,8 +49,8 @@ class PasswordProtectionRequest : public base::RefCountedThreadSafe<
TIMEDOUT = 3,
MATCHED_WHITELIST = 4,
RESPONSE_ALREADY_CACHED = 5,
- NO_EXTENDED_REPORTING = 6,
- INCOGNITO = 7,
+ NO_EXTENDED_REPORTING = 6, // Deprecated.
Nathan Parker 2017/05/05 20:58:22 You could comment these out, or rename them _DEPRE
Jialiu Lin 2017/05/05 22:19:32 Done.
+ INCOGNITO = 7, // Deprecated.
REQUEST_MALFORMED = 8,
FETCH_FAILED = 9,
RESPONSE_MALFORMED = 10,

Powered by Google App Engine
This is Rietveld 408576698