Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_android/api.py |
| diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py |
| index 5688df42cab9751e269c5970983db1989c045944..0e9868d9d3ba5e3828d81465b03092dcf1bcae41 100644 |
| --- a/scripts/slave/recipe_modules/chromium_android/api.py |
| +++ b/scripts/slave/recipe_modules/chromium_android/api.py |
| @@ -115,8 +115,6 @@ class AndroidApi(recipe_api.RecipeApi): |
| refs = [refs] |
| result = self.m.bot_update.ensure_checkout( |
| spec, refs=refs, with_branch_heads=with_branch_heads) |
| - if not result.json.output['did_run']: |
| - result = self.m.gclient.checkout(spec, with_branch_heads=with_branch_heads) |
|
iannucci
2016/02/16 21:04:53
Did chromium_android use bot_update before? Or was
|
| # TODO(sivachandra): Manufacture gclient spec such that it contains "src" |
| # solution + repo_name solution. Then checkout will be automatically |