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

Unified Diff: chrome/browser/ui/android/page_info/website_settings_popup_android.cc

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.cc
diff --git a/chrome/browser/ui/android/page_info/website_settings_popup_android.cc b/chrome/browser/ui/android/page_info/website_settings_popup_android.cc
index 635464b3eaffeeaefd45b0523bd51c4b2994db83..10be91f18175d49e2637f561b5587acd5ea41d92 100644
--- a/chrome/browser/ui/android/page_info/website_settings_popup_android.cc
+++ b/chrome/browser/ui/android/page_info/website_settings_popup_android.cc
@@ -149,12 +149,6 @@ void WebsiteSettingsPopupAndroid::SetPermissionInfo(
Java_WebsiteSettingsPopup_updatePermissionDisplay(env, popup_jobject_);
}
-void WebsiteSettingsPopupAndroid::SetSelectedTab(
- WebsiteSettingsUI::TabId tab_id) {
- // There's no tab UI on Android - only connection info is shown.
- NOTIMPLEMENTED();
-}
-
// static
bool WebsiteSettingsPopupAndroid::RegisterWebsiteSettingsPopupAndroid(
JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698