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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 1466433002: Add Settings bluetooth page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Feedback 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/settings/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 966ba25748b096bc84f21e2eb102bf3771a2e9af..9c0a0827981537f765a72e6c206909edce1442e0 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -21,7 +21,8 @@
<div class="layout horizontal center">
<iron-icon icon="device:bluetooth"></iron-icon>
<span class="flex" i18n-content="bluetoothEnable"></span>
- <paper-toggle-button checked="{{bluetoothEnabled}}"
+ <paper-toggle-button id="enableBluetooth"
+ checked="{{bluetoothEnabled}}"
on-change="onBluetoothEnabledChange_">
</paper-toggle-button>
</div>
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/test/data/webui/settings/bluetooth_page_browsertest.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698