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

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

Issue 1985863002: Incorporate BlobChannel into Blimp image encode/decode pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-helium
Patch Set: fix gn dependency warning & rebase Created 4 years, 6 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/BUILD.gn ('k') | blimp/engine/app/blimp_browser_main_parts.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.h
diff --git a/blimp/engine/app/blimp_browser_main_parts.h b/blimp/engine/app/blimp_browser_main_parts.h
index f1688037c890cd1a08dccc7997c0008a6f20ce24..73a4570da1137f8a8893193013bdfe1e63f482a9 100644
--- a/blimp/engine/app/blimp_browser_main_parts.h
+++ b/blimp/engine/app/blimp_browser_main_parts.h
@@ -20,6 +20,9 @@ struct MainFunctionParams;
}
namespace blimp {
+
+class BlobChannelSender;
+
namespace engine {
class BlimpBrowserContext;
@@ -39,6 +42,7 @@ class BlimpBrowserMainParts : public content::BrowserMainParts {
BlimpBrowserContext* GetBrowserContext();
SettingsManager* GetSettingsManager();
+ BlobChannelSender* GetBlobChannelSender();
BlimpEngineSession* GetBlimpEngineSession();
private:
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/app/blimp_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698