Update to Chromium version 71.0.3578.20

This commit is contained in:
Marshall Greenblatt
2018-10-25 15:40:21 -04:00
parent 315b57e9f7
commit 063fc4f6cd
17 changed files with 145 additions and 51 deletions

View File

@@ -75,7 +75,8 @@ class ChromeBrowserProcessStub : public BrowserProcess,
printing::BackgroundPrintingManager* background_printing_manager() override;
IntranetRedirectDetector* intranet_redirect_detector() override;
const std::string& GetApplicationLocale() override;
void SetApplicationLocale(const std::string& locale) override;
void SetApplicationLocale(const std::string& actual_locale,
const std::string& preferred_locale) override;
DownloadStatusUpdater* download_status_updater() override;
DownloadRequestLimiter* download_request_limiter() override;
BackgroundModeManager* background_mode_manager() override;