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

Unified Diff: blimp/client/core/contents/android/blimp_contents_factory.cc

Issue 2233023002: Adding BlimpNavigationController to Tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nav_handler_remove
Patch Set: initial comments 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/android/blimp_contents_factory.cc
diff --git a/blimp/client/core/contents/android/blimp_contents_factory.cc b/blimp/client/core/contents/android/blimp_contents_factory.cc
index ae3df18b7b310c89c5232d1bd9f9efbbb8c73e19..e85d7af7b0d1f31ff572353ecefff67414248d58 100644
--- a/blimp/client/core/contents/android/blimp_contents_factory.cc
+++ b/blimp/client/core/contents/android/blimp_contents_factory.cc
@@ -25,7 +25,7 @@ static base::android::ScopedJavaLocalRef<jobject> CreateBlimpContents(
// To delete |blimp_contents_impl|, the Java caller must call the
// destroy() method on BlimpContents.
BlimpContentsImpl* blimp_contents_impl = new BlimpContentsImpl(kDummyTabId);
- return blimp_contents_impl->GetJavaBlimpContentsImpl();
+ return blimp_contents_impl->GetJavaObject();
}
bool RegisterBlimpContentsFactoryJni(JNIEnv* env) {

Powered by Google App Engine
This is Rietveld 408576698