| Index: scripts/slave/recipe_modules/gatekeeper/test_api.py | 
| diff --git a/scripts/slave/recipe_modules/gatekeeper/test_api.py b/scripts/slave/recipe_modules/gatekeeper/test_api.py | 
| index c181114f1a2112242c5d8873e75a11f6d5131537..a44d592eeb3d9b97a0ea5ad7f030f123cc1e580a 100644 | 
| --- a/scripts/slave/recipe_modules/gatekeeper/test_api.py | 
| +++ b/scripts/slave/recipe_modules/gatekeeper/test_api.py | 
| @@ -28,9 +28,3 @@ class GatekeeperTestApi(recipe_test_api.RecipeTestApi): | 
| }, | 
| 'chromium': {}, | 
| }) | 
| - | 
| -  def read_real_config(self, f): | 
| -    return self.m.json.output(json.loads(self.m.file.read_in_build(f))) | 
| - | 
| -  def read_real_internal_config(self, f): # pragma nocover | 
| -    return self.m.json.output(json.loads(self.m.file.read_in_build_internal(f))) | 
|  |