| Index: build/mac/tweak_info_plist.py
|
| diff --git a/build/mac/tweak_info_plist.py b/build/mac/tweak_info_plist.py
|
| index 761352ef735f02a0915ae78faff61a49e458e827..eb38acea4e27ff669b6e56492632e8b3744324e6 100755
|
| --- a/build/mac/tweak_info_plist.py
|
| +++ b/build/mac/tweak_info_plist.py
|
| @@ -129,8 +129,6 @@ def _DoSCMKeys(plist, add_keys):
|
| elif add_keys:
|
| print >>sys.stderr, 'Could not determine SCM revision. This may be OK.'
|
|
|
| - # TODO(thakis): Remove this once m25 has reached stable.
|
| - _RemoveKeys(plist, 'SCMPath')
|
| return True
|
|
|
|
|
|
|