| Index: chrome/browser/resources/ntp4/new_tab.html
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
|
| index c9c12291af17ed3495d97775bf819642c73e3e1b..00c509c480fed8565c1185e4a564ad5c26d76cbe 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -55,11 +55,15 @@ document.documentElement.setAttribute('touchui', true);
|
| <div id="card-slider-frame">
|
| <div id="page-list">
|
| </div>
|
| + <div id="attribution">
|
| + <span i18n-content="attributionintro"></span>
|
| + <img id="attribution-img">
|
| + </div>
|
| </div>
|
| <div id="footer">
|
| <div id="footer-border"></div>
|
| <div id="footer-content">
|
| - <img id="attribution-img">
|
| + <img id="logo-img">
|
|
|
| <ul id="dot-list">
|
| <!-- This is another template node (see above). -->
|
|
|