| 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 8c7631df0da34d135f1cca5af54b0d89cc5b2fab..e47adbef146d0a0ef80a3dc72260d08bb3922e39 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.cc
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.cc
|
| @@ -24,8 +24,10 @@ const char kBlimpContentsImplAndroidKey[] = "blimp_contents_impl_android";
|
| }
|
|
|
| BlimpContentsImpl::BlimpContentsImpl(int id,
|
| + ImeFeature* ime_feature,
|
| + NavigationFeature* navigation_feature,
|
| TabControlFeature* tab_control_feature)
|
| - : navigation_controller_(this, nullptr),
|
| + : navigation_controller_(this, navigation_feature),
|
| id_(id),
|
| tab_control_feature_(tab_control_feature) {}
|
|
|
|
|