| 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 e01b34805356eccecb8ec4caee4c4f487999b8af..54ba694964fda3858e23b69abbbabbf61079a525 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.js
|
| +++ b/chrome/browser/resources/ntp4/new_tab.js
|
| @@ -89,6 +89,8 @@ cr.define('ntp4', function() {
|
| * Invoked at startup once the DOM is available to initialize the app.
|
| */
|
| function initialize() {
|
| + cr.enablePlatformSpecificCSSRules();
|
| +
|
| // Load the current theme colors.
|
| themeChanged();
|
|
|
|
|