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

Unified Diff: blimp/client/core/contents/blimp_contents_impl.cc

Issue 2233023002: Adding BlimpNavigationController to Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nav_handler_remove
Patch Set: Fixing unit tests Created 4 years, 4 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: blimp/client/core/contents/blimp_contents_impl.cc
diff --git a/blimp/client/core/contents/blimp_contents_impl.cc b/blimp/client/core/contents/blimp_contents_impl.cc
index faa68136f7755f7c7fcf9e50c79cd060600dc9c4..8c7631df0da34d135f1cca5af54b0d89cc5b2fab 100644
--- a/blimp/client/core/contents/blimp_contents_impl.cc
+++ b/blimp/client/core/contents/blimp_contents_impl.cc
@@ -35,8 +35,7 @@ BlimpContentsImpl::~BlimpContentsImpl() {
#if defined(OS_ANDROID)
-base::android::ScopedJavaLocalRef<jobject>
-BlimpContentsImpl::GetJavaBlimpContentsImpl() {
+base::android::ScopedJavaLocalRef<jobject> BlimpContentsImpl::GetJavaObject() {
return GetBlimpContentsImplAndroid()->GetJavaObject();
}
« no previous file with comments | « blimp/client/core/contents/blimp_contents_impl.h ('k') | blimp/client/core/contents/blimp_navigation_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698