Chromium Code Reviews| Index: fetch_configs/chromium.py | 
| diff --git a/fetch_configs/chromium.py b/fetch_configs/chromium.py | 
| index d461aa0fc5e0d556f88363dbed0ad95cdd779494..d4dae2dc06c648b9671a2cc810f90adad9b68d59 100644 | 
| --- a/fetch_configs/chromium.py | 
| +++ b/fetch_configs/chromium.py | 
| @@ -20,7 +20,6 @@ class Chromium(config_util.Config): | 
| 'deps_file': '.DEPS.git', | 
| 'managed' : False, | 
| 'custom_deps': {}, | 
| - 'safesync_url': '', | 
| } | 
| if props.get('webkit_revision', '') == 'ToT': | 
| solution['custom_vars'] = {'webkit_revision': ''} |