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

Unified Diff: chrome/browser/ui/webui/md_history_ui.cc

Issue 2586813002: MD History: increase contrast in synced tab promo flourish plant (Closed)
Patch Set: Created 4 years 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/md_history/synced_device_manager.html ('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/md_history_ui.cc
diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc
index 5d1197babc6ee9214c40ee54d80aed8e58341ba1..0859733b8107117020743d6cf10e140912905ad0 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -143,10 +143,10 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile,
source->AddResourcePath("constants.html", IDR_MD_HISTORY_CONSTANTS_HTML);
source->AddResourcePath("constants.js", IDR_MD_HISTORY_CONSTANTS_JS);
- source->AddResourcePath("images/100/sign_in_promo.png",
- IDR_MD_HISTORY_IMAGES_100_SIGN_IN_PROMO_PNG);
- source->AddResourcePath("images/200/sign_in_promo.png",
- IDR_MD_HISTORY_IMAGES_200_SIGN_IN_PROMO_PNG);
+ source->AddResourcePath("images/100/sign_in_promo.jpg",
+ IDR_MD_HISTORY_IMAGES_100_SIGN_IN_PROMO_JPG);
+ source->AddResourcePath("images/200/sign_in_promo.jpg",
+ IDR_MD_HISTORY_IMAGES_200_SIGN_IN_PROMO_JPG);
source->AddResourcePath("history.js", IDR_MD_HISTORY_HISTORY_JS);
#if BUILDFLAG(USE_VULCANIZE)
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698