| 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 1110ccde6761bcdddd12dd9fc5bad20774843d16..3b8abb0783a84e17f450ac60e36457f94ed65234 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.h
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.h
|
| @@ -25,11 +25,16 @@ class BlimpContentsImplAndroid;
|
|
|
| class BlimpContentsObserver;
|
| class BlimpNavigationController;
|
| +class ImeFeature;
|
| +class NavigationFeature;
|
|
|
| class BlimpContentsImpl : public BlimpContents,
|
| public BlimpNavigationControllerDelegate {
|
| public:
|
| - explicit BlimpContentsImpl(int id);
|
| + // Ownership of the features remains with the caller.
|
| + explicit BlimpContentsImpl(int id,
|
| + NavigationFeature* navigation_feature,
|
| + ImeFeature* ime_feature);
|
| ~BlimpContentsImpl() override;
|
|
|
| #if defined(OS_ANDROID)
|
|
|