diff options
author | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 23:38:52 +0000 |
---|---|---|
committer | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 23:38:52 +0000 |
commit | 9f1ecd437a6ce651f2e5783ce988ffa6aae4f922 (patch) | |
tree | 2af26fed3fdcc303909722a6e9e92e6b3d42e72c /chrome/app | |
parent | c0d3966ae1febdbc51a4527c6914c29ba4ccc4a2 (diff) | |
download | chromium_src-9f1ecd437a6ce651f2e5783ce988ffa6aae4f922.zip chromium_src-9f1ecd437a6ce651f2e5783ce988ffa6aae4f922.tar.gz chromium_src-9f1ecd437a6ce651f2e5783ce988ffa6aae4f922.tar.bz2 |
Add a non-interactive distributor logo to the window frame. This logo disappears in maximized view to avoid taking away from the tab strip.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/distributor_logo.png | bin | 0 -> 1508 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.h | 1 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.rc | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/distributor_logo.png b/chrome/app/theme/distributor_logo.png Binary files differnew file mode 100644 index 0000000..ebe8ad0 --- /dev/null +++ b/chrome/app/theme/distributor_logo.png diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h index cb86080..f828eeb 100644 --- a/chrome/app/theme/theme_resources.h +++ b/chrome/app/theme/theme_resources.h @@ -310,3 +310,4 @@ #define IDR_THROBBER_LIGHT 9379 #define IDR_OTR_ICON_STANDALONE 9380 #define IDR_PRODUCT_LOGO 9381 +#define IDR_DISTRIBUTOR_LOGO 9382 diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc index eddcb11..7ff522a 100644 --- a/chrome/app/theme/theme_resources.rc +++ b/chrome/app/theme/theme_resources.rc @@ -306,3 +306,4 @@ IDR_FIND_DLG_MIDDLE_BB_BACKGROUND BINDATA "find_dlg_middle_bb_bg.png" IDR_THROBBER_LIGHT BINDATA "throbber_light.png" IDR_OTR_ICON_STANDALONE BINDATA "otr_icon_standalone.png" IDR_PRODUCT_LOGO BINDATA "product_logo.png" +IDR_DISTRIBUTOR_LOGO BINDATA "distributor_logo.png" |