aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorkjellander <kjellander@webrtc.org>2015-12-08 01:57:17 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-08 09:57:24 +0000
commitffea13c42cc3ebc118b6261be688f88974cc7ab5 (patch)
tree2b313d2068145753066b60764c86f81bca14e7b8 /PRESUBMIT.py
parent20ef654174e245b3a06c9e9045bb97be9acd90cf (diff)
downloadwebrtc-ffea13c42cc3ebc118b6261be688f88974cc7ab5.tar.gz
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}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c8035420ed..ddbf71a365 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -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'