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: 7 | 11 version_id: 7 |
|
Jialiu Lin
2016/11/18 23:11:51
Please increment the version_id, otherwise compone
asanka
2016/11/18 23:15:03
We should make this a PRESUBMIT check.
| |
| 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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2652 } | 2652 } |
| 2653 file_types { | 2653 file_types { |
| 2654 extension: "apk" | 2654 extension: "apk" |
| 2655 uma_value: 20 | 2655 uma_value: 20 |
| 2656 ping_setting: FULL_PING | 2656 ping_setting: FULL_PING |
| 2657 platform_settings { | 2657 platform_settings { |
| 2658 platform: PLATFORM_ANDROID | 2658 platform: PLATFORM_ANDROID |
| 2659 danger_level: ALLOW_ON_USER_GESTURE | 2659 danger_level: ALLOW_ON_USER_GESTURE |
| 2660 auto_open_hint: DISALLOW_AUTO_OPEN | 2660 auto_open_hint: DISALLOW_AUTO_OPEN |
| 2661 } | 2661 } |
| 2662 platform_settings { | |
| 2663 platform: PLATFORM_LINUX | |
| 2664 danger_level: ALLOW_ON_USER_GESTURE | |
| 2665 auto_open_hint: DISALLOW_AUTO_OPEN | |
| 2666 } | |
| 2662 } | 2667 } |
| OLD | NEW |