Index: blimp/client/core/contents/blimp_contents_manager.h |
diff --git a/blimp/client/core/contents/blimp_contents_manager.h b/blimp/client/core/contents/blimp_contents_manager.h |
index ea70960ffbccffc7eb48072e9d5784c2de681fab..522efd4d44f085247b2718c2e82d49bc0af31d04 100644 |
--- a/blimp/client/core/contents/blimp_contents_manager.h |
+++ b/blimp/client/core/contents/blimp_contents_manager.h |
@@ -18,7 +18,9 @@ class BlimpContentsManager { |
BlimpContentsManager(); |
~BlimpContentsManager(); |
- std::unique_ptr<BlimpContentsImpl> CreateBlimpContents(); |
+ std::unique_ptr<BlimpContentsImpl> CreateBlimpContents( |
+ NavigationFeature* nav_feature, |
+ ImeFeature* ime_feature); |
// The caller can query the contents through its id. |
BlimpContentsImpl* GetBlimpContents(int id); |