| Index: chrome/browser/resources/local_ntp/local_ntp.js
|
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.js b/chrome/browser/resources/local_ntp/local_ntp.js
|
| index 0e9f5e3f1f5fcce25cb99d899b64d77b984fa67e..4bf0dd2e707901c15e009c44ad6ca487e7f476f4 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.js
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.js
|
| @@ -637,6 +637,8 @@ function getMostVisitedTitleIframeUrl(rid, position) {
|
| params.push('ta=' + encodeURIComponent(NTP_DESIGN.titleTextAlign));
|
| if (NTP_DESIGN.titleTextFade)
|
| params.push('tf=' + encodeURIComponent(NTP_DESIGN.titleTextFade));
|
| + if (NTP_DESIGN.numTitleLines > 1)
|
| + params.push('ntl=' + NTP_DESIGN.numTitleLines);
|
| return url + '?' + params.join('&');
|
| }
|
|
|
|
|