feat: migrate protocol module to NetworkService (Part 1) (#17899)
This commit is contained in:
parent
341592119f
commit
132137081a
8 changed files with 326 additions and 2 deletions
|
@ -157,6 +157,9 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
bool ShouldBypassCORB(int render_process_id) const override;
|
||||
std::string GetProduct() const override;
|
||||
std::string GetUserAgent() const override;
|
||||
void RegisterNonNetworkNavigationURLLoaderFactories(
|
||||
int frame_tree_node_id,
|
||||
NonNetworkURLLoaderFactoryMap* factories) override;
|
||||
|
||||
// content::RenderProcessHostObserver:
|
||||
void RenderProcessHostDestroyed(content::RenderProcessHost* host) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue