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

Unified Diff: blimp/client/session/blimp_client_session.cc

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fixed gn check failure Created 4 years, 4 months 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/session/blimp_client_session.cc
diff --git a/blimp/client/session/blimp_client_session.cc b/blimp/client/session/blimp_client_session.cc
index 35593bf1422d31af96f7c8ae4572136f53c9a4b6..7b10078729441ec6b953bbe8825527a7c4bc4911 100644
--- a/blimp/client/session/blimp_client_session.cc
+++ b/blimp/client/session/blimp_client_session.cc
@@ -20,10 +20,10 @@
#include "blimp/client/core/contents/ime_feature.h"
#include "blimp/client/core/contents/navigation_feature.h"
#include "blimp/client/core/contents/tab_control_feature.h"
+#include "blimp/client/core/render_widget/render_widget_feature.h"
#include "blimp/client/core/session/client_network_components.h"
#include "blimp/client/core/session/cross_thread_network_event_observer.h"
-#include "blimp/client/feature/render_widget_feature.h"
-#include "blimp/client/feature/settings_feature.h"
+#include "blimp/client/core/settings/settings_feature.h"
#include "blimp/common/blob_cache/in_memory_blob_cache.h"
#include "blimp/net/blimp_message_thread_pipe.h"
#include "blimp/net/blimp_stats.h"
@@ -120,9 +120,6 @@ void BlimpClientSession::RegisterFeatures() {
render_widget_feature_->set_outgoing_compositor_message_processor(
thread_pipe_manager_->RegisterFeature(BlimpMessage::kCompositor,
render_widget_feature_.get()));
- settings_feature_->set_outgoing_message_processor(
Khushal 2016/08/31 04:30:47 We still need this in the app right?
David Trainor- moved to gerrit 2016/08/31 05:21:27 ... maybe
- thread_pipe_manager_->RegisterFeature(BlimpMessage::kSettings,
- settings_feature_.get()));
thread_pipe_manager_->RegisterFeature(BlimpMessage::kBlobChannel,
blob_delegate_);

Powered by Google App Engine
This is Rietveld 408576698