Chromium Code Reviews| Index: content/browser/android/download_controller_android_impl.h |
| diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h |
| index 133c1029092550e69e1e4686e69fefabc23a5eaf..0e8731ffd77f54886f782c4ffd439bf7d348038e 100644 |
| --- a/content/browser/android/download_controller_android_impl.h |
| +++ b/content/browser/android/download_controller_android_impl.h |
| @@ -91,7 +91,7 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid { |
| // Helper method for implementing AcquireFileAccessPermission(). |
| bool HasFileAccessPermission( |
| - base::android::ScopedJavaLocalRef<jobject> j_content_view_core); |
| + base::android::ScopedJavaLocalRef<jobject> jwindow_android); |
| // DownloadControllerAndroid implementation. |
| void CreateGETDownload(int render_process_id, |
| @@ -142,6 +142,9 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid { |
| base::android::ScopedJavaLocalRef<jobject> GetContentViewCoreFromWebContents( |
| WebContents* web_contents); |
| + base::android::ScopedJavaLocalRef<jobject> GetJavWebContents( |
|
no sievers
2016/05/27 19:09:25
typo... but actually it's unused
Jinsuk Kim
2016/05/30 01:20:57
Removed.
|
| + WebContents* web_contents); |
| + |
| // Creates Java object if it is not created already and returns it. |
| JavaObject* GetJavaObject(); |