Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # See README.md before editing this file. | 5 # See README.md before editing this file. |
| 6 # Keep sorted by extension within logical groupings where possible. | 6 # Keep sorted by extension within logical groupings where possible. |
| 7 | 7 |
| 8 ## | 8 ## |
| 9 ## Top level settings | 9 ## Top level settings |
| 10 ## | 10 ## |
| 11 version_id: 9 | 11 version_id: 10 |
| 12 sampled_ping_probability: 0.01 | 12 sampled_ping_probability: 0.01 |
| 13 default_file_type { | 13 default_file_type { |
| 14 uma_value: 18 | 14 uma_value: 18 |
| 15 ping_setting: SAMPLED_PING | 15 ping_setting: SAMPLED_PING |
| 16 platform_settings { | 16 platform_settings { |
| 17 danger_level: NOT_DANGEROUS | 17 danger_level: NOT_DANGEROUS |
| 18 auto_open_hint: ALLOW_AUTO_OPEN | 18 auto_open_hint: ALLOW_AUTO_OPEN |
| 19 } | 19 } |
| 20 } | 20 } |
| 21 | 21 |
| (...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1802 extension: "hta" | 1802 extension: "hta" |
| 1803 uma_value: 36 | 1803 uma_value: 36 |
| 1804 ping_setting: FULL_PING | 1804 ping_setting: FULL_PING |
| 1805 platform_settings { | 1805 platform_settings { |
| 1806 platform: PLATFORM_WINDOWS | 1806 platform: PLATFORM_WINDOWS |
| 1807 danger_level: ALLOW_ON_USER_GESTURE | 1807 danger_level: ALLOW_ON_USER_GESTURE |
| 1808 auto_open_hint: DISALLOW_AUTO_OPEN | 1808 auto_open_hint: DISALLOW_AUTO_OPEN |
| 1809 } | 1809 } |
| 1810 } | 1810 } |
| 1811 file_types { | 1811 file_types { |
| 1812 # HTML file. | |
|
Nathan Parker
2017/05/09 22:00:22
You could explain that these are used in UwS campa
Jialiu Lin
2017/05/09 22:13:47
crbug.com/719784 filed for this CL. :-)
Added mor
| |
| 1813 extension: "htm" | |
| 1814 uma_value: 284 | |
| 1815 ping_setting: FULL_PING | |
| 1816 platform_settings { | |
| 1817 danger_level: NOT_DANGEROUS | |
| 1818 auto_open_hint: ALLOW_AUTO_OPEN | |
| 1819 } | |
| 1820 } | |
| 1821 file_types { | |
| 1822 # HTML file. | |
| 1823 extension: "html" | |
| 1824 uma_value: 285 | |
| 1825 ping_setting: FULL_PING | |
| 1826 platform_settings { | |
| 1827 danger_level: NOT_DANGEROUS | |
| 1828 auto_open_hint: ALLOW_AUTO_OPEN | |
| 1829 } | |
| 1830 } | |
| 1831 file_types { | |
| 1812 # Hypertext Template File. See https://support.microsoft.com/kb/181689. | 1832 # Hypertext Template File. See https://support.microsoft.com/kb/181689. |
| 1813 extension: "htt" | 1833 extension: "htt" |
| 1814 uma_value: 79 | 1834 uma_value: 79 |
| 1815 ping_setting: FULL_PING | 1835 ping_setting: FULL_PING |
| 1816 platform_settings { | 1836 platform_settings { |
| 1817 platform: PLATFORM_WINDOWS | 1837 platform: PLATFORM_WINDOWS |
| 1818 danger_level: ALLOW_ON_USER_GESTURE | 1838 danger_level: ALLOW_ON_USER_GESTURE |
| 1819 auto_open_hint: DISALLOW_AUTO_OPEN | 1839 auto_open_hint: DISALLOW_AUTO_OPEN |
| 1820 } | 1840 } |
| 1821 } | 1841 } |
| (...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2668 platform: PLATFORM_CHROME_OS | 2688 platform: PLATFORM_CHROME_OS |
| 2669 danger_level: ALLOW_ON_USER_GESTURE | 2689 danger_level: ALLOW_ON_USER_GESTURE |
| 2670 auto_open_hint: DISALLOW_AUTO_OPEN | 2690 auto_open_hint: DISALLOW_AUTO_OPEN |
| 2671 } | 2691 } |
| 2672 platform_settings { | 2692 platform_settings { |
| 2673 platform: PLATFORM_LINUX | 2693 platform: PLATFORM_LINUX |
| 2674 danger_level: ALLOW_ON_USER_GESTURE | 2694 danger_level: ALLOW_ON_USER_GESTURE |
| 2675 auto_open_hint: DISALLOW_AUTO_OPEN | 2695 auto_open_hint: DISALLOW_AUTO_OPEN |
| 2676 } | 2696 } |
| 2677 } | 2697 } |
| OLD | NEW |