diff options
-rw-r--r-- | ui/resources/default_100_percent/common/default_favicon.png (renamed from ui/resources/default_100_percent/default_favicon.png) | bin | 1159 -> 1159 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/common/default_favicon_32.png (renamed from ui/resources/default_100_percent/default_favicon_32.png) | bin | 266 -> 266 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/common/default_favicon_64.png (renamed from ui/resources/default_100_percent/default_favicon_64.png) | bin | 1525 -> 1525 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/default_favicon.png (renamed from ui/resources/default_200_percent/default_favicon.png) | bin | 1256 -> 1256 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 6 |
5 files changed, 3 insertions, 3 deletions
diff --git a/ui/resources/default_100_percent/default_favicon.png b/ui/resources/default_100_percent/common/default_favicon.png Binary files differindex bd9cf34..bd9cf34 100644 --- a/ui/resources/default_100_percent/default_favicon.png +++ b/ui/resources/default_100_percent/common/default_favicon.png diff --git a/ui/resources/default_100_percent/default_favicon_32.png b/ui/resources/default_100_percent/common/default_favicon_32.png Binary files differindex 01d205f..01d205f 100644 --- a/ui/resources/default_100_percent/default_favicon_32.png +++ b/ui/resources/default_100_percent/common/default_favicon_32.png diff --git a/ui/resources/default_100_percent/default_favicon_64.png b/ui/resources/default_100_percent/common/default_favicon_64.png Binary files differindex 3f6305c..3f6305c 100644 --- a/ui/resources/default_100_percent/default_favicon_64.png +++ b/ui/resources/default_100_percent/common/default_favicon_64.png diff --git a/ui/resources/default_200_percent/default_favicon.png b/ui/resources/default_200_percent/common/default_favicon.png Binary files differindex 2aa5df2..2aa5df2 100644 --- a/ui/resources/default_200_percent/default_favicon.png +++ b/ui/resources/default_200_percent/common/default_favicon.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 7cff645..7992e8d 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -92,9 +92,9 @@ <structure type="chrome_scaled_image" name="IDR_CONTENT_BOTTOM_RIGHT_CORNER" file="content_bottom_right_corner.png" /> <structure type="chrome_scaled_image" name="IDR_CONTENT_LEFT_SIDE" file="content_left_side.png" /> <structure type="chrome_scaled_image" name="IDR_CONTENT_RIGHT_SIDE" file="content_right_side.png" /> - <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="default_favicon.png" /> - <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_32" file="default_favicon_32.png" /> - <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_64" file="default_favicon_64.png" /> + <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON" file="common/default_favicon.png" /> + <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_32" file="common/default_favicon_32.png" /> + <structure type="chrome_scaled_image" name="IDR_DEFAULT_FAVICON_64" file="common/default_favicon_64.png" /> <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED" file="common/folder_closed.png" /> <structure type="chrome_scaled_image" name="IDR_FOLDER_CLOSED_RTL" file="common/folder_closed_rtl.png" /> <structure type="chrome_scaled_image" name="IDR_FOLDER_OPEN" file="common/folder_open.png" /> |