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

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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: Fix clang, ES6 Created 3 years, 11 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
Index: chrome/browser/resources/settings/settings_menu/settings_menu.html
diff --git a/chrome/browser/resources/settings/settings_menu/settings_menu.html b/chrome/browser/resources/settings/settings_menu/settings_menu.html
index d9458b9450d2a9ecf30b637b80e9ed532afabe5c..7725ea274d061312b86a675fb4863d947d76d07e 100644
--- a/chrome/browser/resources/settings/settings_menu/settings_menu.html
+++ b/chrome/browser/resources/settings/settings_menu/settings_menu.html
@@ -105,6 +105,10 @@
<iron-icon icon="settings:network-wifi"></iron-icon>
$i18n{internetPageTitle}
</div>
+ <div data-path="/bluetooth" on-tap="openPage_">
+ <iron-icon icon="settings:bluetooth"></iron-icon>
+ $i18n{bluetoothPageTitle}
+ </div>
</if>
<div id="people" data-path="/people" on-tap="openPage_"
hidden="[[!pageVisibility.people]]">
@@ -167,12 +171,6 @@
<iron-icon icon="settings:security"></iron-icon>
$i18n{privacyPageTitle}
</div>
-<if expr="chromeos">
- <div data-path="/bluetooth" on-tap="openPage_">
- <iron-icon icon="settings:bluetooth"></iron-icon>
- $i18n{bluetoothPageTitle}
- </div>
-</if>
<div data-path="/passwordsAndForms" on-tap="openPage_"
hidden="[[!pageVisibility.passwordsAndForms]]">
<iron-icon icon="settings:assignment"></iron-icon>
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/resources/settings/settings_page/settings_subpage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698