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

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

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
Index: chrome/browser/resources/chromeos/image_burner.html
===================================================================
--- chrome/browser/resources/chromeos/image_burner.html (revision 177292)
+++ chrome/browser/resources/chromeos/image_burner.html (working copy)
@@ -129,19 +129,19 @@
}
#main-content.device-detected-none #status-icon {
- background: url('../shared/images/insert.png');
+ background: url('../../../../ui/webui/resources/images/insert.png');
background-repeat: no-repeat;
display: block;
}
#main-content.device-detected-usb #status-icon {
- background: url('../shared/images/detected_usb.png');
+ background: url('../../../../ui/webui/resources/images/detected_usb.png');
background-repeat: no-repeat;
display: block;
}
#main-content.device-detected-sd #status-icon {
- background: url('../shared/images/detected_sd.png');
+ background: url('../../../../ui/webui/resources/images/detected_sd.png');
background-repeat: no-repeat;
display: block;
}
@@ -184,13 +184,13 @@
}
#main-content.warning #warning-icon, #main-content.error #warning-icon {
- background:url('../shared/images/icon_warning.png');
+ background:url('../../../../ui/webui/resources/images/icon_warning.png');
background-repeat:no-repeat;
display: block;
}
#main-content.success #warning-icon {
- background:url('../shared/images/icon_checkmark.png');
+ background:url('../../../../ui/webui/resources/images/icon_checkmark.png');
background-repeat:no-repeat;
display: block;
}
« no previous file with comments | « chrome/browser/resources/chromeos/about_sys.html ('k') | chrome/browser/resources/chromeos/login/network_dropdown.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698