| Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| index 0c298dc7961523c485f6f48e52a80fd57f5e9ccf..067711ca7a2d96803094e3104d7ec03e5422d3b8 100644
|
| --- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| +++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| @@ -82,6 +82,7 @@ class WebsiteSettingsPopupView
|
| 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(TabId tab_id) OVERRIDE;
|
|
|
| // Creates the contents of the "Permissions" tab. The ownership of the
|
| // returned view is transferred to the caller.
|
| @@ -122,6 +123,8 @@ class WebsiteSettingsPopupView
|
|
|
| // The |TabbedPane| that contains the tabs of the Website Settings UI.
|
| views::TabbedPane* tabbed_pane_;
|
| + // The view that contains the connection tab contents.
|
| + views::View* connection_tab_;
|
|
|
| // The view that contains the contents of the "Cookies and Site data" section
|
| // from the "Permissions" tab.
|
|
|