PRESUBMIT: change native API check from warning to information.

NOTRY=True

Review URL: https://codereview.webrtc.org/1507723002

Cr-Commit-Position: refs/heads/master@{#10931}
This commit is contained in:
kjellander
2015-12-08 01:57:17 -08:00
committed by Commit bot
parent 20ef654174
commit ffea13c42c

View File

@ -83,7 +83,7 @@ def _CheckNativeApiHeaderChanges(input_api, output_api):
files.append(f)
if files:
return [output_api.PresubmitPromptWarning(
return [output_api.PresubmitNotifyResult(
'You seem to be changing native API header files. Please make sure '
'you:\n'
' 1. Make compatible changes that don\'t break existing clients.\n'