| Index: blimp/client/session/blimp_client_session.h
|
| diff --git a/blimp/client/session/blimp_client_session.h b/blimp/client/session/blimp_client_session.h
|
| index d7ffa56510b7679c0d966f13b5bd866ff22371cc..627f986dc2285a0106b8c5763b0191533126a719 100644
|
| --- a/blimp/client/session/blimp_client_session.h
|
| +++ b/blimp/client/session/blimp_client_session.h
|
| @@ -33,6 +33,7 @@ namespace client {
|
| class ClientNetworkComponents;
|
| class NavigationFeature;
|
| class RenderWidgetFeature;
|
| +class SettingsFeature;
|
| class TabControlFeature;
|
|
|
| class NetworkEventObserver {
|
| @@ -90,6 +91,7 @@ class BLIMP_CLIENT_EXPORT BlimpClientSession : public NetworkEventObserver {
|
| scoped_ptr<TabControlFeature> tab_control_feature_;
|
| scoped_ptr<NavigationFeature> navigation_feature_;
|
| scoped_ptr<RenderWidgetFeature> render_widget_feature_;
|
| + scoped_ptr<SettingsFeature> settings_feature_;
|
|
|
| // The AssignmentSource is used when the user of BlimpClientSession calls
|
| // Connect() to get a valid assignment and later connect to the engine.
|
|
|