| Index: blimp/client/core/contents/blimp_contents_impl.cc
|
| diff --git a/blimp/client/core/contents/blimp_contents_impl.cc b/blimp/client/core/contents/blimp_contents_impl.cc
|
| index bfbbca356113bdd5f4e70743840be803cef4daf0..66d0ba624b7d5d7229e2d01cc359418507856561 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.cc
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.cc
|
| @@ -22,8 +22,10 @@ const char kBlimpContentsImplAndroidKey[] = "blimp_contents_impl_android";
|
| #endif // OS_ANDROID
|
| }
|
|
|
| -BlimpContentsImpl::BlimpContentsImpl(int id)
|
| - : navigation_controller_(this, nullptr), id_(id) {}
|
| +BlimpContentsImpl::BlimpContentsImpl(int id,
|
| + NavigationFeature* navigation_feature,
|
| + ImeFeature* ime_feature)
|
| + : navigation_controller_(this, navigation_feature), id_(id) {}
|
|
|
| BlimpContentsImpl::~BlimpContentsImpl() {
|
| FOR_EACH_OBSERVER(BlimpContentsObserver, observers_, BlimpContentsDying());
|
|
|