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/browser/xp_frame.h | |
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/browser/xp_frame.h')
-rw-r--r-- | chrome/browser/xp_frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/xp_frame.h b/chrome/browser/xp_frame.h index 6a443e4..6c29efc 100644 --- a/chrome/browser/xp_frame.h +++ b/chrome/browser/xp_frame.h @@ -502,6 +502,9 @@ class XPFrame : public BrowserWindow, // The optional container for the off the record icon. ChromeViews::ImageView* off_the_record_image_; + // The container for the distributor logo. + ChromeViews::ImageView* distributor_logo_; + // We need to own the text of the menu, the Windows API does not copy it. std::wstring task_manager_label_text_; |