Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: chrome/browser/resources/ntp4/new_tab.js

Issue 1440113002: [MD] Change appearance of incognito NTP to MD spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cant remember if i changed anything Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cb0c42dc9d0fcaf35773a4ffb6c77324a222436e..a1cef2c8ef2b22d3cb6a2c445be01b7ae44b570b 100644
--- a/chrome/browser/resources/ntp4/new_tab.js
+++ b/chrome/browser/resources/ntp4/new_tab.js
@@ -334,7 +334,7 @@ cr.define('ntp', function() {
/**
* Called when the theme has changed.
Dan Beam 2015/11/20 00:48:45 @param {Type=} opt_themeData Description.
Evan Stade 2015/11/20 22:05:17 Done.
*/
- function themeChanged() {
+ function themeChanged(opt_themeData) {
$('themecss').href = 'chrome://theme/css/new_tab_theme.css?' + Date.now();
}

Powered by Google App Engine
This is Rietveld 408576698