| Index: presubmit_canned_checks.py
|
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
|
| index 6523ec605cd57f0ba1b28fd60b0e6a0396787dec..20751581e2284dc2d8a73b3b4c47e6b292124223 100644
|
| --- a/presubmit_canned_checks.py
|
| +++ b/presubmit_canned_checks.py
|
| @@ -642,5 +642,4 @@ def CheckOwners(input_api, output_api, source_file_filter=None):
|
| return []
|
|
|
| suggested_reviewers = owners_db.ReviewersFor(affected_files)
|
| - # TODO(dpranke): Actually propagate the info back.
|
| - return []
|
| + return [output_api.PresubmitAddText('R=%s' % ','.join(suggested_reviewers))]
|
|
|