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

Unified Diff: blimp/engine/app/blimp_browser_main_parts.cc

Issue 2189503004: BlobChannelService is modified to be Mojo Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into bcs 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
« no previous file with comments | « blimp/engine/app/blimp_browser_main_parts.h ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_browser_main_parts.cc
diff --git a/blimp/engine/app/blimp_browser_main_parts.cc b/blimp/engine/app/blimp_browser_main_parts.cc
index 631993b16d71bad346bade59ae1179d3efc4dfdc..02da66e9b0ed62a7a758acbcbf35ffe23145e964 100644
--- a/blimp/engine/app/blimp_browser_main_parts.cc
+++ b/blimp/engine/app/blimp_browser_main_parts.cc
@@ -68,6 +68,10 @@ BlobChannelSender* BlimpBrowserMainParts::GetBlobChannelSender() {
return engine_session_->blob_channel_sender();
}
+BlobChannelService* BlimpBrowserMainParts::GetBlobChannelService() {
+ return engine_session_->blob_channel_service();
+}
+
BlimpEngineSession* BlimpBrowserMainParts::GetBlimpEngineSession() {
return engine_session_.get();
}
« no previous file with comments | « blimp/engine/app/blimp_browser_main_parts.h ('k') | blimp/engine/app/blimp_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698