From 410907fe59ff83459e00f897bb6fef5a3274786a Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Fri, 15 Sep 2017 14:59:52 +0200 Subject: [PATCH] WebRTC: Remove hack in bot_update.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: 765633 Change-Id: I8f2a9ba807fbe176695a7d44467f3948eea07fda Reviewed-on: https://chromium-review.googlesource.com/668446 Reviewed-by: Paweł Hajdan Jr. Reviewed-by: Henrik Kjellander Commit-Queue: Edward Lesmes --- recipes/recipe_modules/bot_update/resources/bot_update.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes/recipe_modules/bot_update/resources/bot_update.py b/recipes/recipe_modules/bot_update/resources/bot_update.py index 405d446354..426eb77dcf 100755 --- a/recipes/recipe_modules/bot_update/resources/bot_update.py +++ b/recipes/recipe_modules/bot_update/resources/bot_update.py @@ -628,10 +628,6 @@ def apply_rietveld_issue(issue, patchset, root, server, _rev_map, _revision, for item in blacklist: cmd.extend(['--blacklist', item]) - # TODO(kjellander): Remove this hack when http://crbug.com/611808 is fixed. - if root == path.join('src', 'third_party', 'webrtc'): - cmd.extend(['--extra_patchlevel=1']) - # Only try once, since subsequent failures hide the real failure. try: call(*cmd)