Skip to content

Commit

Permalink
Issue 4283: Disabling field trials by setting `fieldtrial_testing_lik…
Browse files Browse the repository at this point in the history
…e_official_build` in config.js

auditors: @bridiver, @bbondy, @diracdeltas, @bsclifton, @simonhong
  • Loading branch information
jumde committed May 23, 2019
1 parent 4964705 commit 55ec4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Config.prototype.buildArgs = function () {
const chrome_version_parts = this.chromeVersion.split('.')

let args = {
fieldtrial_testing_like_official_build: true,
safe_browsing_mode: 1,
root_extra_deps: ["//brave"],
// TODO: Re-enable when chromium_src overrides work for files in relative
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"brave-core": {
"dir": "src/brave",
"branch": "master",
"branch": "disable_field_trials",
"repository": {
"url": "https://github.com/brave/brave-core.git"
}
Expand Down

0 comments on commit 55ec4dc

Please sign in to comment.