Chromium Code Reviews| 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 294c5cbbe1ae78a3ec2868396611b58cdf3429fb..74859d8e0a171170c10eef5c1d93c3321dce983c 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: 36px; |
| } |
| @@ -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"> |
|
fukino
2016/12/14 16:37:36
Though this line's change is not a part of Google
stevenjb
2016/12/14 18:16:06
Acknowledged.
|
| <settings-checkbox id="hotwordSearchEnable" class="start" |
| label="$i18n{searchOkGoogleLabel}" |
| sub-label="[[getHotwordSearchEnableSubLabel_( |