| Index: chrome/browser/chromeos/arc/PRESUBMIT.py
|
| diff --git a/chrome/browser/chromeos/arc/PRESUBMIT.py b/chrome/browser/chromeos/arc/PRESUBMIT.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..43ec884512db8d79805b63df51ac755d3669c8cb
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/arc/PRESUBMIT.py
|
| @@ -0,0 +1,6 @@
|
| +# Copyright 2017 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +def CheckChangeOnUpload(input_api, output_api):
|
| + return input_api.canned_checks.CheckChangeLintsClean(input_api, output_api)
|
|
|