chore: bump chromium to 113.0.5653.0 (main) (#37587)
* chore: bump chromium in DEPS to 113.0.5653.0 * chore: update patches * [Extensions c2s] Move HasActiveTabAndCanAccess() to //extensions https://chromium-review.googlesource.com/c/chromium/src/+/4305558 * [Privacy Hub] Respecting ChromeOS geoloc setting https://chromium-review.googlesource.com/c/chromium/src/+/4171824 * Add runtime DLLs to win_clang_x64 when needed https://chromium-review.googlesource.com/c/chromium/src/+/4336228 * chore: fix lint --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								c5fc5efc00
							
						
					
				
			
			
				commit
				
					
						48d0b09ad9
					
				
			
		
					 25 changed files with 96 additions and 59 deletions
				
			
		| 
						 | 
				
			
			@ -105,12 +105,16 @@ class BrowserProcessImpl : public BrowserProcess {
 | 
			
		|||
  const std::string& GetApplicationLocale() override;
 | 
			
		||||
  printing::PrintJobManager* print_job_manager() override;
 | 
			
		||||
  StartupData* startup_data() override;
 | 
			
		||||
  device::GeolocationManager* geolocation_manager() override;
 | 
			
		||||
  void SetGeolocationManager(
 | 
			
		||||
      std::unique_ptr<device::GeolocationManager> geolocation_manager) override;
 | 
			
		||||
 | 
			
		||||
 private:
 | 
			
		||||
#if BUILDFLAG(ENABLE_PRINTING)
 | 
			
		||||
  std::unique_ptr<printing::PrintJobManager> print_job_manager_;
 | 
			
		||||
#endif
 | 
			
		||||
  std::unique_ptr<PrefService> local_state_;
 | 
			
		||||
  std::unique_ptr<device::GeolocationManager> geolocation_manager_;
 | 
			
		||||
  std::string locale_;
 | 
			
		||||
  std::string system_locale_;
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue