| 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>
|
|
|