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

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

Issue 2778283003: Check apk and dex files on Chrome OS. (Closed)
Patch Set: Fix file_type_policies_unittest. Created 3 years, 9 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/common/safe_browsing/file_type_policies_unittest.cc » ('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 29790bdbd2ee2720bdd1aba8c56f9857fe195806..6641e0deac9396623af28db8aa7f1aca74968b8d 100644
--- a/chrome/browser/resources/safe_browsing/download_file_types.asciipb
+++ b/chrome/browser/resources/safe_browsing/download_file_types.asciipb
@@ -8,7 +8,7 @@
##
## Top level settings
##
-version_id: 8
+version_id: 9
sampled_ping_probability: 0.01
default_file_type {
uma_value: 18
@@ -2649,6 +2649,11 @@ file_types {
danger_level: ALLOW_ON_USER_GESTURE
auto_open_hint: DISALLOW_AUTO_OPEN
}
+ platform_settings {
+ platform: PLATFORM_CHROME_OS
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
}
file_types {
extension: "apk"
@@ -2660,6 +2665,11 @@ file_types {
auto_open_hint: DISALLOW_AUTO_OPEN
}
platform_settings {
+ platform: PLATFORM_CHROME_OS
+ danger_level: ALLOW_ON_USER_GESTURE
+ auto_open_hint: DISALLOW_AUTO_OPEN
+ }
+ platform_settings {
platform: PLATFORM_LINUX
danger_level: ALLOW_ON_USER_GESTURE
auto_open_hint: DISALLOW_AUTO_OPEN
« no previous file with comments | « no previous file | chrome/common/safe_browsing/file_type_policies_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698