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

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

Issue 2372453002: [Experimental - DO NOT LAND] Use border-image for MD History shadows. (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/browser/resources/md_history/images/100/shadow_border.png ('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 1d9d4a85d8154805cf6bf2bb0dc65a8a76c26ec6..6f38f7731a18f02ccf1136ebf0ccaf00d37d079f 100644
--- a/chrome/browser/ui/webui/md_history_ui.cc
+++ b/chrome/browser/ui/webui/md_history_ui.cc
@@ -134,6 +134,8 @@ 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/shadow_border.png",
+ IDR_MD_HISTORY_IMAGES_100_SHADOW_BORDER_PNG);
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",
« no previous file with comments | « chrome/browser/resources/md_history/images/100/shadow_border.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698