| Index: chrome/browser/resources/device_log_ui/device_log_ui.html
|
| diff --git a/chrome/browser/resources/device_log_ui/device_log_ui.html b/chrome/browser/resources/device_log_ui/device_log_ui.html
|
| index 4b8160344401cc2c961a140df4880dc9b7b55792..338d01f0f6d910e72f85353661e16eedf7bc916d 100644
|
| --- a/chrome/browser/resources/device_log_ui/device_log_ui.html
|
| +++ b/chrome/browser/resources/device_log_ui/device_log_ui.html
|
| @@ -50,6 +50,10 @@
|
| <span i18n-content="logTypeUsbText"></span>
|
| </label>
|
| <label>
|
| + <input id="log-type-hid" type="checkbox">
|
| + <span i18n-content="logTypeHidText"></span>
|
| + </label>
|
| + <label>
|
| <input id="log-fileinfo" type="checkbox">
|
| <span i18n-content="logLevelFileinfoText"></span>
|
| </label>
|
|
|