| Index: chrome/browser/resources/settings/search_page/search_page.html
|
| diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
|
| index a114e52e25d3e90235caeaeaf23d8211d1e019eb..0320f0f3e31c165f2bf19fcebfbbe40e22acd3aa 100644
|
| --- a/chrome/browser/resources/settings/search_page/search_page.html
|
| +++ b/chrome/browser/resources/settings/search_page/search_page.html
|
| @@ -28,7 +28,7 @@
|
| iron-icon {
|
| -webkit-padding-end: 16px;
|
| }
|
| -
|
| +
|
| .indented {
|
| -webkit-margin-start: var(--settings-indent-width);
|
| }
|
| @@ -64,9 +64,19 @@
|
| </template>
|
| </div>
|
|
|
| + <template is="dom-if" if="[[googleNowAvailable_]]">
|
| + <!-- Google Now cards in the launcher -->
|
| + <div class="settings-box continuation">
|
| + <settings-checkbox id="googleNowEnable"
|
| + label="$i18n{searchEnableGoogleNowLabel}"
|
| + pref="{{prefs.google_now_launcher.enabled}}">
|
| + </settings-checkbox>
|
| + </div>
|
| + </template>
|
| +
|
| <template is="dom-if" if="[[hotwordInfo_.allowed]]">
|
| <!-- Hotword (OK Google) -->
|
| - <div class="settings-box two-line">
|
| + <div class="settings-box two-line continuation">
|
| <settings-checkbox id="hotwordSearchEnable" class="start"
|
| label="$i18n{searchOkGoogleLabel}"
|
| sub-label="[[getHotwordSearchEnableSubLabel_(
|
|
|