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

Unified Diff: content/browser/frame_host/navigation_controller_android.h

Issue 2544283002: NavigationController: remove ReloadToRefreshContent (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: content/browser/frame_host/navigation_controller_android.h
diff --git a/content/browser/frame_host/navigation_controller_android.h b/content/browser/frame_host/navigation_controller_android.h
index 69b7e191ab4cbb35566cc2d1f916e1f513129983..19695155303d419df224ca3a449e4edfc287f19a 100644
--- a/content/browser/frame_host/navigation_controller_android.h
+++ b/content/browser/frame_host/navigation_controller_android.h
@@ -54,9 +54,6 @@ class CONTENT_EXPORT NavigationControllerAndroid {
void Reload(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jboolean check_for_repost);
- void ReloadToRefreshContent(JNIEnv* env,
- jobject obj,
- jboolean check_for_repost);
void ReloadBypassingCache(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jboolean check_for_repost);

Powered by Google App Engine
This is Rietveld 408576698