Index: content/browser/android/download_controller.h |
=================================================================== |
--- content/browser/android/download_controller.h (revision 146004) |
+++ content/browser/android/download_controller.h (working copy) |
@@ -110,7 +110,7 @@ |
int render_process_id, |
int render_view_id); |
- jobject GetContentViewCoreFromWebContents(WebContents* web_contents); |
+ jobject GetContentViewFromWebContents(WebContents* web_contents); |
jobject GetContentView(int render_process_id, int render_view_id); |
// Creates Java object if it is not created already and returns it. |