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

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

Issue 941063003: Log device/usb messages to chrome://device-log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d46248b497021be82cf4215642df1b446717212..4b8160344401cc2c961a140df4880dc9b7b55792 100644
--- a/chrome/browser/resources/device_log_ui/device_log_ui.html
+++ b/chrome/browser/resources/device_log_ui/device_log_ui.html
@@ -46,6 +46,10 @@
<span i18n-content="logTypePowerText"></span>
</label>
<label>
+ <input id="log-type-usb" type="checkbox">
+ <span i18n-content="logTypeUsbText"></span>
+ </label>
+ <label>
<input id="log-fileinfo" type="checkbox">
<span i18n-content="logLevelFileinfoText"></span>
</label>
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/ui/webui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698