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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 1447813002: Add USB devices to the content settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get_all_objects
Patch Set: Rebased. Created 5 years, 1 month 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/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 803b8c06dc6f1bdd032ef5e6667a08a9778d48e7..57be1dba9addf8c44f7737986037f40e8c7a0901 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -604,6 +604,16 @@
</div>
</div>
</section>
+ <!-- USB devices -->
+ <section>
+ <h3 i18n-content="usbDevicesHeader"></h3>
+ <div>
+ <div class="settings-row">
+ <button class="exceptions-list-button" contentType="usb-devices"
+ i18n-content="usbDevicesManage"></button>
+ </div>
+ </div>
+ </section>
<!-- Page zoom levels -->
<section id="page-zoom-levels">
<h3 i18n-content="zoomlevelsHeader"></h3>

Powered by Google App Engine
This is Rietveld 408576698