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

Unified Diff: content/browser/frame_host/navigation_controller_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: content/browser/frame_host/navigation_controller_android.cc
diff --git a/content/browser/frame_host/navigation_controller_android.cc b/content/browser/frame_host/navigation_controller_android.cc
index 9f4abca48b9367814bb163de6df62a51c1a9f43b..670343abd6d70cd66b6382fb71165a0b8aa73407 100644
--- a/content/browser/frame_host/navigation_controller_android.cc
+++ b/content/browser/frame_host/navigation_controller_android.cc
@@ -163,13 +163,6 @@ void NavigationControllerAndroid::ReloadBypassingCache(
navigation_controller_->ReloadBypassingCache(check_for_repost);
}
-void NavigationControllerAndroid::ReloadDisableLoFi(
- JNIEnv* env,
- const JavaParamRef<jobject>& obj,
- jboolean check_for_repost) {
- navigation_controller_->ReloadDisableLoFi(check_for_repost);
-}
-
void NavigationControllerAndroid::RequestRestoreLoad(
JNIEnv* env,
const JavaParamRef<jobject>& obj) {

Powered by Google App Engine
This is Rietveld 408576698