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 7bd93798c3ba5fd396322e2cc7fc12c83eddcc8f..ea6da6aa8a17c5153124f16a151045c272845d12 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 |
@@ -129,8 +129,6 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver, |
void SetPermissionInfo(const PermissionInfoList& permission_info_list, |
ChosenObjectInfoList chosen_object_info_list) override; |
void SetIdentityInfo(const IdentityInfo& identity_info) override; |
- // TODO(lgarron): Remove SetSelectedTab() with https://crbug.com/571533 |
- void SetSelectedTab(TabId tab_id) override; |
// Creates the contents of the |site_settings_view_|. The ownership of the |
// returned view is transferred to the caller. |