Xiaohui Chen | a8bced8 | 2015-02-27 10:35:26 -0800 | [diff] [blame] | 1 | // Copyright 2015 The Chromium OS 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 | |
| 5 | #ifndef DEBUGD_SRC_CONSTANTS_H_ |
| 6 | #define DEBUGD_SRC_CONSTANTS_H_ |
| 7 | |
| 8 | namespace debugd { |
| 9 | |
| 10 | // The file path used to indicate the Chrome remote debugging dev feature |
| 11 | // should be on. |
| 12 | extern const char kDevFeaturesChromeRemoteDebuggingFlagPath[]; |
| 13 | |
Peter Qiu | d05ef2b | 2015-03-30 09:34:09 -0700 | [diff] [blame^] | 14 | // The file path used to indicate the device coredump uploads are allowed. |
| 15 | extern const char kDeviceCoredumpUploadFlagPath[]; |
| 16 | |
Xiaohui Chen | a8bced8 | 2015-02-27 10:35:26 -0800 | [diff] [blame] | 17 | } // namespace debugd |
| 18 | |
| 19 | #endif // DEBUGD_SRC_CONSTANTS_H_ |