| Index: ppapi/PRESUBMIT.py
|
| diff --git a/ppapi/PRESUBMIT.py b/ppapi/PRESUBMIT.py
|
| index 4a71f49574c105c16638ff3ce34a6f681119555c..2d83ef87922f2f5d0cfe2d8412ab332d6c72e162 100644
|
| --- a/ppapi/PRESUBMIT.py
|
| +++ b/ppapi/PRESUBMIT.py
|
| @@ -172,7 +172,7 @@ def CheckHistogramXml(input_api, output_api):
|
| has_histogram_xml_change = True
|
|
|
| if interface_changes and not has_histogram_xml_change:
|
| - return [output_api.PresubmitPromptWarning(
|
| + return [output_api.PresubmitNotifyResult(
|
| 'Missing change to tools/metrics/histograms/histograms.xml.\n' +
|
| 'Run pepper_hash_for_uma to make get values for new interfaces.\n' +
|
| 'Interface changes:\n' + '\n'.join(interface_changes))]
|
|
|