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

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

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.h
diff --git a/blimp/client/core/contents/blimp_contents_impl.h b/blimp/client/core/contents/blimp_contents_impl.h
index d39d248f1afd4227e3a6e2ce499e5fdd48326932..c08f441a27bc696ffe3064c90ed2cbebbc5a4528 100644
--- a/blimp/client/core/contents/blimp_contents_impl.h
+++ b/blimp/client/core/contents/blimp_contents_impl.h
@@ -35,7 +35,7 @@ class BlimpContentsImpl : public BlimpContents,
~BlimpContentsImpl() override;
#if defined(OS_ANDROID)
- base::android::ScopedJavaLocalRef<jobject> GetJavaBlimpContentsImpl();
+ base::android::ScopedJavaLocalRef<jobject> GetJavaObject() override;
BlimpContentsImplAndroid* GetBlimpContentsImplAndroid();
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698