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

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

Issue 2799353002: Restore BLUETOOTH_LOG and convert bluetooth_adapter_bluez to use it (Closed)
Patch Set: Fix BUILD.gn Created 3 years, 8 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/browser/resources/device_log_ui/device_log_ui.css ('k') | chrome/browser/ui/webui/device_log_ui.cc » ('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 fbf99dfa2d87f015d2ff61834fcfbf9c5e5d52f8..17635afc445c5af5c924adc84666a97fe9c28601 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-bluetooth" type="checkbox">
+ <span i18n-content="logTypeBluetoothText"></span>
+ </label>
+ <label>
<input id="log-type-usb" type="checkbox">
<span i18n-content="logTypeUsbText"></span>
</label>
« no previous file with comments | « chrome/browser/resources/device_log_ui/device_log_ui.css ('k') | chrome/browser/ui/webui/device_log_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698