diff options
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/chromium/about_background.png | bin | 30205 -> 31013 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/about_background_color.png | bin | 0 -> 3524 bytes | |||
-rw-r--r-- | chrome/app/theme/chromium/about_background_rtl.png | bin | 30264 -> 31034 bytes | |||
-rw-r--r-- | chrome/app/theme/distribution_resources.rc | 2 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.h | 1 |
5 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/chromium/about_background.png b/chrome/app/theme/chromium/about_background.png Binary files differindex 479f320..b7462e2 100644 --- a/chrome/app/theme/chromium/about_background.png +++ b/chrome/app/theme/chromium/about_background.png diff --git a/chrome/app/theme/chromium/about_background_color.png b/chrome/app/theme/chromium/about_background_color.png Binary files differnew file mode 100644 index 0000000..8d705fc --- /dev/null +++ b/chrome/app/theme/chromium/about_background_color.png diff --git a/chrome/app/theme/chromium/about_background_rtl.png b/chrome/app/theme/chromium/about_background_rtl.png Binary files differindex 42a31f5..27fc68c 100644 --- a/chrome/app/theme/chromium/about_background_rtl.png +++ b/chrome/app/theme/chromium/about_background_rtl.png diff --git a/chrome/app/theme/distribution_resources.rc b/chrome/app/theme/distribution_resources.rc index 4952d42..b265faa 100644 --- a/chrome/app/theme/distribution_resources.rc +++ b/chrome/app/theme/distribution_resources.rc @@ -12,6 +12,7 @@ #if defined(GOOGLE_CHROME_BUILD)
IDR_ABOUT_BACKGROUND BINDATA "google_chrome/about_background.png"
IDR_ABOUT_BACKGROUND_RTL BINDATA "google_chrome/about_background_rtl.png"
+IDR_ABOUT_BACKGROUND_COLOR BINDATA "google_chrome/about_background_color.png"
IDR_DISTRIBUTOR_LOGO BINDATA "google_chrome/distributor_logo.png"
IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "google_chrome/distributor_logo_light.png"
IDR_PRODUCT_LOGO BINDATA "google_chrome/product_logo.png"
@@ -20,6 +21,7 @@ IDR_WIZARD_ICON_RTL BINDATA "google_chrome/wizard_icon_rtl.png" #else
IDR_ABOUT_BACKGROUND BINDATA "chromium/about_background.png"
IDR_ABOUT_BACKGROUND_RTL BINDATA "chromium/about_background_rtl.png"
+IDR_ABOUT_BACKGROUND_COLOR BINDATA "chromium/about_background_color.png"
IDR_PRODUCT_LOGO BINDATA "chromium/product_logo.png"
IDR_WIZARD_ICON BINDATA "chromium/wizard_icon.png"
IDR_WIZARD_ICON_RTL BINDATA "chromium/wizard_icon_rtl.png"
diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h index 0dda934..01e0cc6 100644 --- a/chrome/app/theme/theme_resources.h +++ b/chrome/app/theme/theme_resources.h @@ -317,3 +317,4 @@ #define IDR_BOOKMARK_MANAGER_RECENT_ICON 9309 #define IDR_BOOKMARK_MANAGER_SEARCH_ICON 9310 #define IDR_MENU_DROPARROW 9311 +#define IDR_ABOUT_BACKGROUND_COLOR 9312 |