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

Unified Diff: chrome/browser/resources/crashes.css

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 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/app/theme/theme_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/crashes.css
diff --git a/chrome/browser/resources/crashes.css b/chrome/browser/resources/crashes.css
index 8872aa1e803e73cb817dffcdeec6ac0a9671d9bd..cae30107408d345a854fbb803deef30f0010aa5e 100644
--- a/chrome/browser/resources/crashes.css
+++ b/chrome/browser/resources/crashes.css
@@ -10,8 +10,8 @@ h1 {
-webkit-padding-start: 75px;
/* TODO(stuartmorgan): Get real art for this image */
background-image: -webkit-image-set(
- url('../../app/theme/default_100_percent/common/sadtab.png') 1x,
- url('../../app/theme/default_200_percent/common/sadtab.png') 2x);
+ url('../../../components/resources/default_100_percent/common/sad_tab/sadtab.png') 1x,
+ url('../../../components/resources/default_200_percent/common/sad_tab/sadtab.png') 2x);
background-position: left;
background-repeat: no-repeat;
font-size: 156%;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698