Browse Source

chore: bump chromium to 85.0.4183.26 (10-x-y) (#24574)

* chore: bump chromium in DEPS to 85.0.4183.26

* update patches

Co-authored-by: Electron Bot <[email protected]>
Electron Bot 4 years ago
parent
commit
bd7f6a9090

+ 1 - 1
DEPS

@@ -14,7 +14,7 @@ gclient_gn_args = [
 
 vars = {
   'chromium_version':
-    '85.0.4183.25',
+    '85.0.4183.26',
   'node_version':
     'v12.16.3',
   'nan_version':

+ 1 - 1
patches/chromium/chore_use_electron_resources_not_chrome_for_spellchecker.patch

@@ -7,7 +7,7 @@ spellchecker uses a few IDS_ resources.  We need to load these from
 Electrons grit header instead of Chromes
 
 diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
-index 82c6c2609af8fcf2aa413e8a7dc3635e024b7152..a895a667a334f6c9ac5f69f211f5758e81ec1106 100644
+index 3a18c70b25a79d134423a814a8386c8ff98d8c03..1a691a0cdd78526bfbb1c56f64d979930fa5d20d 100644
 --- a/chrome/browser/BUILD.gn
 +++ b/chrome/browser/BUILD.gn
 @@ -5530,6 +5530,7 @@ static_library("browser") {