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