summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch')
-rw-r--r--www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch b/www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch
index ebb9aec..4e81932 100644
--- a/www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch
+++ b/www/chromium-uc/patches/core/bromite/disable-fetching-field-trials.patch
@@ -8,8 +8,8 @@ Subject: Disable fetching of all field trials
8 .../variations/service/variations_service.cc | 12 +----------- 8 .../variations/service/variations_service.cc | 12 +-----------
9 2 files changed, 5 insertions(+), 26 deletions(-) 9 2 files changed, 5 insertions(+), 26 deletions(-)
10 10
11--- chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java.orig 11--- a/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
12+++ chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java 12+++ b/chrome/browser/flags/android/java/src/org/chromium/chrome/browser/flags/ChromeFeatureList.java
13@@ -105,11 +105,7 @@ public abstract class ChromeFeatureList 13@@ -105,11 +105,7 @@ public abstract class ChromeFeatureList
14 * the specified parameter does not exist. 14 * the specified parameter does not exist.
15 */ 15 */
@@ -65,9 +65,9 @@ Subject: Disable fetching of all field trials
65 } 65 }
66 66
67 /* Alphabetical: */ 67 /* Alphabetical: */
68--- components/variations/service/variations_service.cc.orig 68--- a/components/variations/service/variations_service.cc
69+++ components/variations/service/variations_service.cc 69+++ b/components/variations/service/variations_service.cc
70@@ -238,17 +238,7 @@ bool GetInstanceManipulations(const net: 70@@ -235,17 +235,7 @@ bool GetInstanceManipulations(const net:
71 // Variations seed fetching is only enabled in official Chrome builds, if a URL 71 // Variations seed fetching is only enabled in official Chrome builds, if a URL
72 // is specified on the command line, and for testing. 72 // is specified on the command line, and for testing.
73 bool IsFetchingEnabled() { 73 bool IsFetchingEnabled() {