| Index: chrome/browser/resources/ntp4/new_tab.js
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
|
| index 2006a0289f8758132e0cc5c8498432faa95e5370..25643ae8e4ddbfbad527fdfe69aa17a2dd19ed3b 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -389,8 +389,6 @@ cr.define('ntp', function() {
|
| function updateAttribution() {
|
| var attribution = $('attribution');
|
| if (document.documentElement.getAttribute('hasattribution') == 'true') {
|
| - $('attribution-img').src =
|
| - 'chrome://theme/IDR_THEME_NTP_ATTRIBUTION?' + Date.now();
|
| attribution.hidden = false;
|
| } else {
|
| attribution.hidden = true;
|
|
|