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

Unified Diff: content/browser/android/download_controller_android_impl.h

Issue 2014803002: Move DownloadControllerAndroid from content/ to chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unused vars Created 4 years, 7 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/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();

Powered by Google App Engine
This is Rietveld 408576698