blob: 0d2b4151b90be7ae52beabfb3ceb6ae8263e73c6 [file] [log] [blame]
Chris Craikf516a622015-04-01 17:52:39 -07001# 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.
4def CheckChangeOnUpload(input_api, output_api):
5 return []
6
7def CheckChangeOnCommit(input_api, output_api):
8 return []