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

Unified Diff: chrome/browser/android/tab_android.cc

Issue 2263433002: Remove Lo-Fi snackbar code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddTabHelper
Patch Set: rebase Created 4 years, 3 months 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/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(
« no previous file with comments | « chrome/browser/android/tab_android.h ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698