diff options
Diffstat (limited to 'chrome/browser/views/about_chrome_view.h')
-rw-r--r-- | chrome/browser/views/about_chrome_view.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h index be876a4..47292e3 100644 --- a/chrome/browser/views/about_chrome_view.h +++ b/chrome/browser/views/about_chrome_view.h @@ -122,7 +122,7 @@ class AboutChromeView : public views::View, Profile* profile_; // UI elements on the dialog. - views::ImageView* about_dlg_background_; + views::ImageView* about_dlg_background_logo_; views::Label* about_title_label_; views::TextField* version_label_; views::Label* copyright_label_; @@ -141,6 +141,9 @@ class AboutChromeView : public views::View, views::ImageView timeout_indicator_; views::Label update_label_; + // The dialog dimensions. + gfx::Size dialog_dimensions_; + // Keeps track of the visible state of the Check For Updates button. CheckButtonStatus check_button_status_; |