| 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) {
|
|
|