| Index: blimp/client/app/session/blimp_client_session.h
|
| diff --git a/blimp/client/app/session/blimp_client_session.h b/blimp/client/app/session/blimp_client_session.h
|
| index 043f5a781331a1fd0b4fb937823e3856640a2a8e..21fbbbf52ee2a09203879187563ff3c7bb9c2423 100644
|
| --- a/blimp/client/app/session/blimp_client_session.h
|
| +++ b/blimp/client/app/session/blimp_client_session.h
|
| @@ -40,7 +40,6 @@ class GeolocationFeature;
|
| class NavigationFeature;
|
| class ImeFeature;
|
| class RenderWidgetFeature;
|
| -class SettingsFeature;
|
| class TabControlFeature;
|
|
|
| // BlimpClientSession represents a single active session of Blimp on the client
|
| @@ -68,7 +67,6 @@ class BlimpClientSession
|
| NavigationFeature* GetNavigationFeature() const;
|
| ImeFeature* GetImeFeature() const;
|
| RenderWidgetFeature* GetRenderWidgetFeature() const;
|
| - SettingsFeature* GetSettingsFeature() const;
|
|
|
| // The AssignmentCallback for when an assignment is ready. This will trigger
|
| // a connection to the engine.
|
| @@ -113,7 +111,6 @@ class BlimpClientSession
|
| std::unique_ptr<NavigationFeature> navigation_feature_;
|
| std::unique_ptr<ImeFeature> ime_feature_;
|
| std::unique_ptr<RenderWidgetFeature> render_widget_feature_;
|
| - std::unique_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.
|
|
|