Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6531)

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.h

Issue 2521173004: Remove SetSelectedTab() and deprecate unused WebsiteSettingsAction values. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698