| Index: scripts/slave/recipe_modules/chromium/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
|
| index e689796158d875b63ebfeecfd8a5777f96517e46..a08d87f0de7ec467382ed55ba9e3f675de1394de 100644
|
| --- a/scripts/slave/recipe_modules/chromium/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium/api.py
|
| @@ -474,7 +474,7 @@
|
| self.c.gyp_env.GYP_DEFINES['gomadir'] = goma_dir
|
| self.c.compile_py.goma_dir = goma_dir
|
|
|
| - self.m.goma.ensure_goma(goma_dir, canary=self.c.compile_py.goma_canary)
|
| + self.m.goma.ensure_goma(goma_dir)
|
|
|
| def runhooks(self, **kwargs):
|
| """Run the build-configuration hooks for chromium."""
|
|
|