fix: intialize FPS file in network service (#33339)
This commit is contained in:
		
					parent
					
						
							
								e07c2b84d7
							
						
					
				
			
			
				commit
				
					
						08d54d2416
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -288,6 +288,10 @@ void SystemNetworkContextManager::OnNetworkServiceCreated(
 | 
			
		|||
      base::FeatureList::IsEnabled(features::kAsyncDns),
 | 
			
		||||
      default_secure_dns_mode, doh_config, additional_dns_query_types_enabled);
 | 
			
		||||
 | 
			
		||||
  // Initializes first party sets component
 | 
			
		||||
  // CL: https://chromium-review.googlesource.com/c/chromium/src/+/3449280
 | 
			
		||||
  content::GetNetworkService()->SetFirstPartySets(base::File());
 | 
			
		||||
 | 
			
		||||
  std::string app_name = electron::Browser::Get()->GetName();
 | 
			
		||||
#if BUILDFLAG(IS_MAC)
 | 
			
		||||
  KeychainPassword::GetServiceName() = app_name + " Safe Storage";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue