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

Unified Diff: components/safe_browsing_db/safebrowsing.proto

Issue 2685023002: XS: Use the correct enum value for SUBRESOURCE_FILTER (Closed)
Patch Set: Created 3 years, 10 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_db/safebrowsing.proto
diff --git a/components/safe_browsing_db/safebrowsing.proto b/components/safe_browsing_db/safebrowsing.proto
index fbe1e57e01fdae8076bcdf6c8e65741d37a01b28..989cd2d2bd0d1fb9fb362cdbf7b0312ab250b08f 100644
--- a/components/safe_browsing_db/safebrowsing.proto
+++ b/components/safe_browsing_db/safebrowsing.proto
@@ -285,7 +285,7 @@ enum ThreatType {
// Patterns to be used for activating the subresource filter. Interstitial
// will not be shown for patterns from this list.
- SUBRESOURCE_FILTER = 11;
+ SUBRESOURCE_FILTER = 13;
}
// Types of platforms.
« 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