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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 11112022: Add DownloadControllerAndroid public interface for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding OWNERS file Created 8 years, 2 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/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 7394a25703525646ca0e0788054781004312294d..1ee779d0ac3ab8a7284f4f1ab856fdfa1135d8d1 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -11,7 +11,7 @@
#include "content/browser/android/content_video_view.h"
#include "content/browser/android/content_view_core_impl.h"
#include "content/browser/android/content_view_statics.h"
-#include "content/browser/android/download_controller.h"
+#include "content/browser/android/download_controller_android_impl.h"
#include "content/browser/android/load_url_params.h"
#include "content/browser/android/sandboxed_process_launcher.h"
#include "content/browser/android/surface_texture_peer_browser_impl.h"
@@ -33,8 +33,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "ContentSettings", content::ContentSettings::RegisterContentSettings },
{ "ContentVideoView", content::ContentVideoView::RegisterContentVideoView },
{ "ContentViewCore", content::RegisterContentViewCore },
- { "DownloadController",
- content::DownloadController::RegisterDownloadController },
+ { "DownloadControllerAndroidImpl",
+ content::DownloadControllerAndroidImpl::RegisterDownloadController },
{ "RegisterImeAdapter", content::RegisterImeAdapter },
{ "JavaBoundObject", JavaBoundObject::RegisterJavaBoundObject },
{ "LoadUrlParams", content::RegisterLoadUrlParams },

Powered by Google App Engine
This is Rietveld 408576698