Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: blimp/client/app/session/blimp_client_session.h

Issue 2473543002: Set the user agent for 0.6 (Closed)
Patch Set: nits Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « blimp/client/app/android/blimp_client_session_android.cc ('k') | blimp/client/app/session/blimp_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698