| Index: appengine/findit/waterfall/waterfall_config.py
|
| diff --git a/appengine/findit/waterfall/waterfall_config.py b/appengine/findit/waterfall/waterfall_config.py
|
| index 9a7a6a87a5ed438a252bc5d1616691256dedf3d5..cabcff4de11b15f916c66d18599ea3c848b50704 100644
|
| --- a/appengine/findit/waterfall/waterfall_config.py
|
| +++ b/appengine/findit/waterfall/waterfall_config.py
|
| @@ -161,3 +161,7 @@ def GetTryJobSettings():
|
|
|
| def GetSwarmingSettings():
|
| return FinditConfig().Get().swarming_settings
|
| +
|
| +
|
| +def GetDownloadBuildDataSettings():
|
| + return FinditConfig().Get().download_build_data_settings
|
|
|