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

Unified Diff: chrome/browser/resources/file_manager/css/action_choice.css

Issue 10916305: Move shared file type images into chrome://theme/ scheme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build Created 8 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
Index: chrome/browser/resources/file_manager/css/action_choice.css
diff --git a/chrome/browser/resources/file_manager/css/action_choice.css b/chrome/browser/resources/file_manager/css/action_choice.css
index 3d4dc99b0b3a07b9ce754a5ad31842202e2a33ea..15a7a13a03af1d6ddb8b84a84ab177017100b031 100644
--- a/chrome/browser/resources/file_manager/css/action_choice.css
+++ b/chrome/browser/resources/file_manager/css/action_choice.css
@@ -90,13 +90,15 @@
.choices label[for=import-photos-to-drive] {
/* TODO(dgozman): change to the right one */
- background: url(../images/files/file_types/gsheet.png) no-repeat;
+ background:
+ url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GSHEET') no-repeat;
padding-left: 20px;
}
.choices label[for=view-files] {
/* TODO(dgozman): change to the right one */
- background: url(../images/files/file_types/gdoc.png) no-repeat;
+ background:
+ url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GDOC') no-repeat;
padding-left: 20px;
}
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/file_manager/css/file_types.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698