diff options
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_; |