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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc

Issue 2456193003: NTPResourceCache don't add substitution for colorSectionBorder twice (Closed)
Patch Set: remove unused .thumbnail-wrapper style Created 4 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab_theme.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
index 21df0d4bdfc38284e786976630d3262ad46bebf0..e9f9d45e970fd3f2a1eb026b849ade3999bf1c8e 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
@@ -576,8 +576,6 @@ void NTPResourceCache::CreateNewTabCSS() {
substitutions["backgroundBarAttached"] = GetNewTabBackgroundCSS(tp, true);
substitutions["backgroundTiling"] = GetNewTabBackgroundTilingCSS(tp);
substitutions["colorTextRgba"] = SkColorToRGBAString(color_text);
- substitutions["colorSectionBorder"] =
- SkColorToRGBAString(color_section_border);
substitutions["colorTextLight"] = SkColorToRGBAString(color_text_light);
substitutions["colorSectionBorder"] =
SkColorToRGBComponents(color_section_border);
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab_theme.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698