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

Unified Diff: ui/file_manager/video_player/manifest.json

Issue 450943002: Video Player: Show favicon as task icon on Files.app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/manifest.json
diff --git a/ui/file_manager/video_player/manifest.json b/ui/file_manager/video_player/manifest.json
index 0776587835c7482f367303358869becaa72cc656..5323093cff6c9b692dc4a436d0ab809f4ae90242 100644
--- a/ui/file_manager/video_player/manifest.json
+++ b/ui/file_manager/video_player/manifest.json
@@ -8,6 +8,7 @@
"display_in_launcher": false,
"incognito" : "split",
"icons": {
+ "16": "images/icon/video-player-favicon-16.png",
"32": "images/icon/video-player-32.png",
hirono 2014/08/08 08:54:20 I'm not sure but this may be favicon-32 for HiDPI
yoshiki 2014/08/15 08:15:26 I checked and this works correctly even on HiDPI d
"48": "images/icon/video-player-48.png",
"64": "images/icon/video-player-64.png",
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698