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

Unified Diff: chrome/browser/ui/android/page_info/website_settings_popup_android.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/android/page_info/website_settings_popup_android.h
diff --git a/chrome/browser/ui/android/page_info/website_settings_popup_android.h b/chrome/browser/ui/android/page_info/website_settings_popup_android.h
index 46a27b78b1f7df3642abf085a522c5652201bd9a..066d87b8d2a4e1f71f17daed038bd187116eeeb7 100644
--- a/chrome/browser/ui/android/page_info/website_settings_popup_android.h
+++ b/chrome/browser/ui/android/page_info/website_settings_popup_android.h
@@ -46,7 +46,6 @@ class WebsiteSettingsPopupAndroid : public WebsiteSettingsUI {
void SetPermissionInfo(const PermissionInfoList& permission_info_list,
ChosenObjectInfoList chosen_object_info_list) override;
void SetIdentityInfo(const IdentityInfo& identity_info) override;
- void SetSelectedTab(WebsiteSettingsUI::TabId tab_id) override;
static bool RegisterWebsiteSettingsPopupAndroid(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698