Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index e6018d7d3234f38dde062836d167dafc4e2309c8..e303371d3e5f08a4173b96fb8d42fa0f3597f5bf 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -195,6 +195,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
struct JavaObject; |
JavaObject* java_object_; |
+ // A weak reference to the Java ContentViewCore object. |
+ JavaObjectWeakGlobalRef java_ref_; |
+ |
NotificationRegistrar notification_registrar_; |
// Reference to the current WebContents used to determine how and what to |