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

@@ -243,8 +243,10 @@ const std::string& ChromeBrowserProcessStub::GetApplicationLocale() {
return locale_;
}
void ChromeBrowserProcessStub::SetApplicationLocale(const std::string& locale) {
locale_ = locale;
void ChromeBrowserProcessStub::SetApplicationLocale(
const std::string& actual_locale,
const std::string& preferred_locale) {
locale_ = actual_locale;
}
DownloadStatusUpdater* ChromeBrowserProcessStub::download_status_updater() {