Update to Chromium version 71.0.3578.80

This commit is contained in:
Marshall Greenblatt
2018-12-11 15:03:50 -05:00
parent 3563564400
commit 36610bd435
22 changed files with 144 additions and 165 deletions

View File

@@ -244,8 +244,7 @@ const std::string& ChromeBrowserProcessStub::GetApplicationLocale() {
}
void ChromeBrowserProcessStub::SetApplicationLocale(
const std::string& actual_locale,
const std::string& preferred_locale) {
const std::string& actual_locale) {
locale_ = actual_locale;
}