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 | |
| 14 | } // namespace debugd |
| 15 | |
| 16 | #endif // DEBUGD_SRC_CONSTANTS_H_ |