| 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 28fed8f8b2af84d6b5dc45a5fd2924065653db1b..e17ede5bfc85e14dc63a2a4ccec0277fb710736f 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -265,19 +265,6 @@ cr.define('ntp', function() {
|
| }
|
|
|
| /**
|
| - * Set the dominant color for a node. This will be called in response to
|
| - * getFaviconDominantColor. The node represented by |id| better have a setter
|
| - * for stripeColor.
|
| - * @param {string} id The ID of a node.
|
| - * @param {string} color The color represented as a CSS string.
|
| - */
|
| - function setFaviconDominantColor(id, color) {
|
| - var node = $(id);
|
| - if (node)
|
| - node.stripeColor = color;
|
| - }
|
| -
|
| - /**
|
| * Updates the text displayed in the login container. If there is no text then
|
| * the login container is hidden.
|
| * @param {string} loginHeader The first line of text.
|
| @@ -448,7 +435,6 @@ cr.define('ntp', function() {
|
| saveAppPageName: saveAppPageName,
|
| setAppToBeHighlighted: setAppToBeHighlighted,
|
| setBookmarkBarAttached: setBookmarkBarAttached,
|
| - setFaviconDominantColor: setFaviconDominantColor,
|
| themeChanged: themeChanged,
|
| updateLogin: updateLogin
|
| };
|
|
|