| Index: chrome/browser/android/tab_android.cc
|
| diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc
|
| index 34dd08784d6b27ae30a133a2379b5dbd59bd0f50..c14c2f4efe7b9461681421b1d7907922804f7357 100644
|
| --- a/chrome/browser/android/tab_android.cc
|
| +++ b/chrome/browser/android/tab_android.cc
|
| @@ -812,11 +812,6 @@ void TabAndroid::ShowOfflinePages() {
|
| Java_Tab_showOfflinePages(env, weak_java_tab_.get(env));
|
| }
|
|
|
| -void TabAndroid::OnLoFiResponseReceived(bool is_preview) {
|
| - JNIEnv* env = base::android::AttachCurrentThread();
|
| - Java_Tab_onLoFiResponseReceived(env, weak_java_tab_.get(env), is_preview);
|
| -}
|
| -
|
| jboolean TabAndroid::IsOfflinePage(JNIEnv* env,
|
| const JavaParamRef<jobject>& obj) {
|
| return offline_pages::OfflinePageUtils::GetOfflinePageFromWebContents(
|
|
|