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..a58f834a7c3e81205b1c84f51bfbd54891461ad0 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. |