Commit c453ae08 authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

SafeBrowsing: Send FULL_PINGs for PDF downloads.

Bug: 927515
Change-Id: Id50577de69b38df4d99bec89228eb6e8f98cbed0
Reviewed-on: https://chromium-review.googlesource.com/c/1458919
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630074}
parent 28ea8f38
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
## ##
## Top level settings ## Top level settings
## ##
version_id: 29 version_id: 30
sampled_ping_probability: 0.01 sampled_ping_probability: 0.01
max_archived_binaries_to_report: 10 max_archived_binaries_to_report: 10
default_file_type { default_file_type {
...@@ -1377,7 +1377,7 @@ file_types { ...@@ -1377,7 +1377,7 @@ file_types {
file_types { file_types {
extension: "pdf" extension: "pdf"
uma_value: 14 uma_value: 14
ping_setting: SAMPLED_PING ping_setting: FULL_PING
} }
file_types { file_types {
extension: "pot" extension: "pot"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment