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

Unified Diff: blimp/client/core/android/blimp_client_context_impl_android.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
« no previous file with comments | « no previous file | blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientContextImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/android/blimp_client_context_impl_android.cc
diff --git a/blimp/client/core/android/blimp_client_context_impl_android.cc b/blimp/client/core/android/blimp_client_context_impl_android.cc
index 83ff4d894e64d5da21cdfb90bb8743ccd79408ff..e4602db46b36d2a73c1806cc0610d4e74407b7f9 100644
--- a/blimp/client/core/android/blimp_client_context_impl_android.cc
+++ b/blimp/client/core/android/blimp_client_context_impl_android.cc
@@ -68,7 +68,7 @@ BlimpClientContextImplAndroid::CreateBlimpContentsJava(JNIEnv* env,
// This intentionally releases the ownership and gives it to Java.
BlimpContentsImpl* blimp_contents_impl =
static_cast<BlimpContentsImpl*>(blimp_contents.release());
- return blimp_contents_impl->GetJavaBlimpContentsImpl();
+ return blimp_contents_impl->GetJavaObject();
}
GURL BlimpClientContextImplAndroid::GetAssignerURL() {
« no previous file with comments | « no previous file | blimp/client/core/android/java/src/org/chromium/blimp/core/BlimpClientContextImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698