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

Unified Diff: chrome/browser/resources/chromeos/about_sys.html

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/resources/chromeos/about_sys.html
===================================================================
--- chrome/browser/resources/chromeos/about_sys.html (revision 111700)
+++ chrome/browser/resources/chromeos/about_sys.html (working copy)
@@ -62,7 +62,7 @@
-webkit-padding-start: 3em;
margin: 0;
display: inline;
- background: url('shared/images/gear.png') no-repeat;
+ background: url('../shared/images/gear.png') no-repeat;
background-position: 12px 60%;
color: white;
}
@@ -176,7 +176,7 @@
float: right;
}
</style>
-<script src="shared/js/local_strings.js"></script>
+<script src="chrome://resources/js/local_strings.js"></script>
<script>
var localStrings;
« no previous file with comments | « chrome/browser/resources/chromeos/about_os_credits.html ('k') | chrome/browser/resources/chromeos/active_downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698