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

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 130263007: Set a reasonable icon for the media galleries scan result dialog folder viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move resource Created 6 years, 10 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/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index d43f48b6dde63dde41c83b973a4b870cf2f4af42..898c19186416cfac240204080af70025c9f22b4f 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -232,12 +232,12 @@
<structure type="chrome_scaled_image" name="IDR_FEEDBACK_H" file="feedback_hover.png" />
<structure type="chrome_scaled_image" name="IDR_FEEDBACK_P" file="feedback_pressed.png" />
+ <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_FOLDER" file="common/folder.png" />
oshima 2014/02/07 20:12:55 I actually wonder if this (and some of files in cr
vandebo (ex-Chrome) 2014/02/08 00:47:44 That sound out of scope for this CL. Maybe yoshik
yoshiki 2014/02/12 12:24:09 This had been used by Files.app but doesn't use no
<if expr="pp_ifdef('chromeos')">
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_ARCHIVE" file="cros/file_types/archive.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_AUDIO" file="cros/file_types/audio.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_DRIVE" file="cros/file_types/drive.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_EXCEL" file="cros/file_types/excel.png" />
- <structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_FOLDER" file="cros/file_types/folder.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_FORM" file="cros/file_types/form.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_GDOC" file="cros/file_types/gdoc.png" />
<structure type="chrome_scaled_image" name="IDR_FILE_MANAGER_IMG_FILETYPE_GDRAW" file="cros/file_types/gdraw.png" />

Powered by Google App Engine
This is Rietveld 408576698