| 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 2363d46d34a2c406bb71e812f6cfd3603c03cd57..55cfc6a36f081d840c482f5afc309d5bc8e2506e 100644
|
| --- a/content/browser/android/download_controller_android_impl.h
|
| +++ b/content/browser/android/download_controller_android_impl.h
|
| @@ -56,7 +56,7 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid,
|
|
|
| // DownloadControllerAndroid implementation.
|
| void AcquireFileAccessPermission(
|
| - WebContents* web_contents,
|
| + int render_process_id, int render_view_id,
|
| const AcquireFileAccessPermissionCallback& callback) override;
|
|
|
| private:
|
| @@ -136,8 +136,6 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid,
|
| base::android::ScopedJavaLocalRef<jobject> GetContentViewCoreFromWebContents(
|
| WebContents* web_contents);
|
|
|
| - WebContents* GetWebContents(int render_process_id, int render_view_id);
|
| -
|
| // Creates Java object if it is not created already and returns it.
|
| JavaObject* GetJavaObject();
|
|
|
|
|