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

Unified Diff: chrome/browser/resources/device_log_ui/device_log_ui.html

Issue 947663002: Log device/hid messages to chrome://device-log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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>

Powered by Google App Engine
This is Rietveld 408576698