Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: infra/bots/recipe_modules/flavor/api.py

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipe_modules/flavor/api.py
diff --git a/infra/bots/recipe_modules/flavor/api.py b/infra/bots/recipe_modules/flavor/api.py
index 62730b80dd19dbf3f5044e76a3f6e6c517823772..83a3484bf7537a694d8aee846ffc91ad310144e5 100644
--- a/infra/bots/recipe_modules/flavor/api.py
+++ b/infra/bots/recipe_modules/flavor/api.py
@@ -102,9 +102,6 @@ class SkiaFlavorApi(recipe_api.RecipeApi):
def device_path_join(self, *args):
return self._f.device_path_join(*args)
- def device_path_exists(self, path):
- return self._f.device_path_exists(path) # pragma: no cover
-
def copy_directory_contents_to_device(self, host_dir, device_dir):
return self._f.copy_directory_contents_to_device(host_dir, device_dir)

Powered by Google App Engine
This is Rietveld 408576698