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

Unified Diff: chrome/browser/resources/settings/basic_page/basic_page.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/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index 8b59da3d20096627f65f8077ddbb843d7d2235b0..51554a1e836bc84f43fa9d100c0942ea0633426b 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -81,6 +81,14 @@
</settings-internet-page>
</settings-section>
</template>
+ <template is="dom-if" if="[[showPage(pageVisibility.bluetooth)]]"
+ restamp>
+ <settings-section page-title="$i18n{bluetoothPageTitle}"
+ section="bluetooth">
+ <settings-bluetooth-page prefs="{{prefs}}">
+ </settings-bluetooth-page>
+ </settings-section>
+ </template>
</if>
<template is="dom-if" if="[[showPage(pageVisibility.people)]]" restamp>
<settings-section page-title="$i18n{peoplePageTitle}"
@@ -179,16 +187,6 @@
</settings-privacy-page>
</settings-section>
</template>
-<if expr="chromeos">
- <template is="dom-if" if="[[showPage(pageVisibility.bluetooth)]]"
- restamp>
- <settings-section page-title="$i18n{bluetoothPageTitle}"
- section="bluetooth">
- <settings-bluetooth-page prefs="{{prefs}}">
- </settings-bluetooth-page>
- </settings-section>
- </template>
-</if>
<template is="dom-if"
if="[[showPage(pageVisibility.passwordsAndForms)]]" restamp>
<settings-section
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698