Skip to content

Commit

Permalink
Update to Chromium 122.0.6261.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Feb 21, 2024
1 parent 92da5e6 commit eb9cb49
Show file tree
Hide file tree
Showing 68 changed files with 1,728 additions and 1,461 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
121.0.6167.184
122.0.6261.57
389 changes: 231 additions & 158 deletions domain_substitution.list

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions patches/core/bromite/disable-fetching-field-trials.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Subject: Disable fetching of all field trials

--- a/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
+++ b/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
@@ -44,7 +44,7 @@ public abstract class ChromeFeatureList
@@ -50,7 +50,7 @@ public abstract class ChromeFeatureList
* |kFeaturesExposedToJava| in chrome/browser/flags/android/chrome_feature_list.cc
*/
public static String getFieldTrialParamByFeature(String featureName, String paramName) {
Expand All @@ -19,7 +19,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -56,8 +56,7 @@ public abstract class ChromeFeatureList
@@ -62,8 +62,7 @@ public abstract class ChromeFeatureList
*/
public static boolean getFieldTrialParamByFeatureAsBoolean(
String featureName, String paramName, boolean defaultValue) {
Expand All @@ -29,7 +29,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -69,8 +68,7 @@ public abstract class ChromeFeatureList
@@ -75,8 +74,7 @@ public abstract class ChromeFeatureList
*/
public static int getFieldTrialParamByFeatureAsInt(
String featureName, String paramName, int defaultValue) {
Expand All @@ -39,7 +39,7 @@ Subject: Disable fetching of all field trials
}

/**
@@ -82,8 +80,7 @@ public abstract class ChromeFeatureList
@@ -88,8 +86,7 @@ public abstract class ChromeFeatureList
*/
public static double getFieldTrialParamByFeatureAsDouble(
String featureName, String paramName, double defaultValue) {
Expand All @@ -51,7 +51,7 @@ Subject: Disable fetching of all field trials
/**
--- a/components/variations/service/variations_service.cc
+++ b/components/variations/service/variations_service.cc
@@ -221,17 +221,7 @@ bool GetInstanceManipulations(const net:
@@ -223,17 +223,7 @@ bool GetInstanceManipulations(const net:
// Variations seed fetching is only enabled in official Chrome builds, if a URL
// is specified on the command line, and for testing.
bool IsFetchingEnabled() {
Expand Down
Loading

0 comments on commit eb9cb49

Please sign in to comment.