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

Unified Diff: chrome/browser/resources/safe_browsing/download_file_types.asciipb

Issue 1909653002: FileTypePolicies class to load types from proto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes per jialiul, and set upstream CL Created 4 years, 8 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 | chrome/browser/resources/safe_browsing/gen_file_type_proto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing/download_file_types.asciipb
diff --git a/chrome/browser/resources/safe_browsing/download_file_types.asciipb b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
index b7f8d700bfed63c337ec23bbab1cd9d255b03856..5129ef7cbd97abdfe39094811c761f29c5b51e03 100644
--- a/chrome/browser/resources/safe_browsing/download_file_types.asciipb
+++ b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
@@ -10,7 +10,7 @@
version_id: 1
sampled_ping_probability: 0.0
default_file_type {
- uma_value: 19
+ uma_value: 18
platform_settings {
danger_level: ALLOW_ON_USER_GESTURE
auto_open_hint: DISALLOW_AUTO_OPEN
@@ -22,7 +22,7 @@ default_file_type {
#
file_types {
extension: "exe"
- uma_value: 777
+ uma_value: 0
platform_settings {
danger_level: ALLOW_ON_USER_GESTURE
auto_open_hint: DISALLOW_AUTO_OPEN
@@ -31,7 +31,7 @@ file_types {
}
file_types {
extension: "zip"
- uma_value: 888
+ uma_value: 7
is_archive: true
platform_settings {
danger_level: NOT_DANGEROUS
« no previous file with comments | « no previous file | chrome/browser/resources/safe_browsing/gen_file_type_proto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698