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 f064f1c2153d3329262692ecb1b1d27820cd27e9..fdbaac1e52909e651e4605042ef1a07a835f77f9 100644 |
| --- a/chrome/browser/resources/settings/search_page/search_page.html |
| +++ b/chrome/browser/resources/settings/search_page/search_page.html |
| @@ -83,10 +83,6 @@ |
| sub-label="[[getHotwordSearchEnableSubLabel_( |
| hotwordInfo_.alwaysOn)]]" |
| on-change="onHotwordSearchEnableChange_"> |
| - <a href="$i18nRaw{hotwordLearnMoreUrl}" target="_blank" |
| - class="label-controls" on-tap="doNothing_"> |
| - $i18n{searchOkGoogleLearnMore} |
| - </a> |
|
tommycli
2017/02/01 22:54:48
If we don't need this anymore, I suggest also remo
scottchen
2017/02/02 01:17:14
Done.
|
| </settings-toggle-button> |
| <div class="secondary-action" |
| hidden$="[[!getShowHotwordSearchRetrain_(hotwordInfo_.*)]]"> |