Index: recipe_modules/gclient/example.py |
diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py |
index cba443e7ed07682fcc280cc260f4e12646f7d225..c970109a6c9098696f6f2491e99ea436049e6210 100644 |
--- a/recipe_modules/gclient/example.py |
+++ b/recipe_modules/gclient/example.py |
@@ -77,9 +77,6 @@ def RunSteps(api): |
soln.url = 'svn://svn.chromium.org/blink/trunk' |
bl_cfg.revisions['third_party/WebKit'] = '123' |
- # Use safesync url for lkgr. |
- soln.safesync_url = 'https://blink-status.appspot.com/lkgr' |
- |
bl_cfg.got_revision_mapping['src/blatley'] = 'got_blatley_revision' |
api.gclient.checkout( |
gclient_config=bl_cfg, |