Browse Source

chore: bump chromium to 135.0.7049.0 (main) (#45885)

* chore: bump chromium in DEPS to 135.0.7049.0

* 6312439: Revert "Preconnect to the Glic FRE when the button is hovered."

https://chromium-review.googlesource.com/c/chromium/src/+/6312439

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <[email protected]>
electron-roller[bot] 1 month ago
parent
commit
54136042c6
2 changed files with 4 additions and 4 deletions
  1. 1 1
      DEPS
  2. 3 3
      patches/chromium/preconnect_manager.patch

+ 1 - 1
DEPS

@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'
 
 vars = {
   'chromium_version':
-    '135.0.7047.0',
+    '135.0.7049.0',
   'node_version':
     'v22.14.0',
   'nan_version':

+ 3 - 3
patches/chromium/preconnect_manager.patch

@@ -13,8 +13,8 @@ diff --git a/chrome/browser/predictors/preconnect_manager.cc b/chrome/browser/pr
 index cf15cdbec9ace9a4e8ffb99811f449030fe2f833..35ca134003a31f692201738e6d1dd93e0890bd75 100644
 --- a/chrome/browser/predictors/preconnect_manager.cc
 +++ b/chrome/browser/predictors/preconnect_manager.cc
-@@ -15,9 +15,11 @@
- #include "base/types/optional_util.h"
+@@ -14,9 +14,11 @@
+ #include "base/trace_event/trace_event.h"
  #include "chrome/browser/predictors/predictors_features.h"
  #include "chrome/browser/predictors/predictors_traffic_annotations.h"
 +#if 0
@@ -73,9 +73,9 @@ index 05963f9d2bff9dd438845c09143039fabe818328..0ab1a08e84b0cd360fd4690f8dd683b7
 +#if 0
  #include "chrome/browser/predictors/resource_prefetch_predictor.h"
 +#endif
- #include "content/public/browser/storage_partition_config.h"
  #include "net/base/network_anonymization_key.h"
  #include "url/gurl.h"
+ 
 @@ -33,7 +35,28 @@ class NetworkContext;
  
  namespace predictors {