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