blob: bc35a8b0d2139448e613a708f1a5fc96d7ebd33c [file] [log] [blame]
Xiaohui Chena8bced82015-02-27 10:35:26 -08001// 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
8namespace debugd {
9
10// The file path used to indicate the Chrome remote debugging dev feature
11// should be on.
12extern const char kDevFeaturesChromeRemoteDebuggingFlagPath[];
13
Peter Qiud05ef2b2015-03-30 09:34:09 -070014// The file path used to indicate the device coredump uploads are allowed.
15extern const char kDeviceCoredumpUploadFlagPath[];
16
Xiaohui Chena8bced82015-02-27 10:35:26 -080017} // namespace debugd
18
19#endif // DEBUGD_SRC_CONSTANTS_H_