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

Unified Diff: chrome/browser/resources/chromeos/active_downloads.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/active_downloads.html
===================================================================
--- chrome/browser/resources/chromeos/active_downloads.html (revision 111700)
+++ chrome/browser/resources/chromeos/active_downloads.html (working copy)
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
-<link rel="icon" href="../../app/theme/downloads_favicon.png">
+<link rel="icon" href="../../../app/theme/downloads_favicon.png">
<style type="text/css">
*:-khtml-drag {
background-color: rgba(238,238,238, 0.5);
@@ -25,7 +25,7 @@
margin: 20px auto auto auto;
height: 4px;
width: 5px;
- background: url('shared/images/active_downloads_menu.png') no-repeat;
+ background: url('../shared/images/active_downloads_menu.png') no-repeat;
}
.menubutton {
@@ -82,7 +82,7 @@
margin-top: 1px;
width: 37px;
height: 30px;
- background: url('shared/images/icon_warning2.png') no-repeat;
+ background: url('../shared/images/icon_warning2.png') no-repeat;
}
.rowbutton span.title {
« no previous file with comments | « chrome/browser/resources/chromeos/about_sys.html ('k') | chrome/browser/resources/chromeos/active_downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698