Chris Craik | f516a62 | 2015-04-01 17:52:39 -0700 | [diff] [blame^] | 1 | # Copyright 2015 The Chromium Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | def CheckChangeOnUpload(input_api, output_api): | ||||
5 | return [] | ||||
6 | |||||
7 | def CheckChangeOnCommit(input_api, output_api): | ||||
8 | return [] |