Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index a5710151289715790eff70cf6d556e63cdc38a19..0f659d3292435eed1313a434ff6e1963ace967b8 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -106,7 +106,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
void GoBack(JNIEnv* env, jobject obj); |
void GoForward(JNIEnv* env, jobject obj); |
void GoToOffset(JNIEnv* env, jobject obj, jint offset); |
- jdouble GetLoadProgress(JNIEnv* env, jobject obj) const; |
void StopLoading(JNIEnv* env, jobject obj); |
void Reload(JNIEnv* env, jobject obj); |
jboolean NeedsReload(JNIEnv* env, jobject obj); |