| Index: chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| index 6f48b5d1b700ad4e1589aba11af9db899005e339..f0ae02104a2110c0a2b394ad9eaecbc2bc49631f 100644
|
| --- a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| +++ b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h
|
| @@ -57,6 +57,7 @@ class WebsiteSettingsPopupGtk : public WebsiteSettingsUI,
|
| const PermissionInfoList& permission_info_list) OVERRIDE;
|
| virtual void SetIdentityInfo(const IdentityInfo& identity_info) OVERRIDE;
|
| virtual void SetFirstVisit(const string16& first_visit) OVERRIDE;
|
| + virtual void SetSelectedTab(WebsiteSettingsUI::TabId tab_id) OVERRIDE;
|
|
|
| // PermissionSelectorObserver implementations.
|
| virtual void OnPermissionChanged(PermissionSelector* selector) OVERRIDE;
|
| @@ -121,6 +122,9 @@ class WebsiteSettingsPopupGtk : public WebsiteSettingsUI,
|
| // Container for the information about the first visit date of the website.
|
| GtkWidget* first_visit_contents_;
|
|
|
| + // The widget that contains the tabs display on the popup.
|
| + GtkWidget* notebook_;
|
| +
|
| // The UI translates user actions to specific events and forwards them to the
|
| // |presenter_|. The |presenter_| handles these events and updates the UI.
|
| scoped_ptr<WebsiteSettings> presenter_;
|
|
|