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

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

Issue 2456193003: NTPResourceCache don't add substitution for colorSectionBorder twice (Closed)
Patch Set: Created 4 years, 2 months 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 | « no previous file | 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..29b4b89327c45a7b8ece814c4e6520e8eef0bf3e 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
@@ -579,8 +579,6 @@ void NTPResourceCache::CreateNewTabCSS() {
substitutions["colorSectionBorder"] =
SkColorToRGBAString(color_section_border);
substitutions["colorTextLight"] = SkColorToRGBAString(color_text_light);
- substitutions["colorSectionBorder"] =
- SkColorToRGBComponents(color_section_border);
Peter Kasting 2016/10/27 22:29:10 The first addition was as a string, this one as co
hans 2016/10/27 22:44:38 Hmm, you're right. I was assuming an RGBA string a
dschuyler 2016/10/27 23:07:34 I think that I didn't notice that there were two p
hans 2016/10/27 23:13:07 Sounds good to me. New patch uploaded.
substitutions["colorText"] = SkColorToRGBComponents(color_text);
// For themes that right-align the background, we flip the attribution to the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698