// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef HEADLESS_LIB_BROWSER_POLICY_HEADLESS_PREFS_H_ #define HEADLESS_LIB_BROWSER_POLICY_HEADLESS_PREFS_H_ #include "components/headless/policy/headless_mode_prefs.h" namespace headless::prefs { extern const char kDevToolsRemoteDebuggingAllowed[]; } // namespace headless::prefs #endif // HEADLESS_LIB_BROWSER_POLICY_HEADLESS_PREFS_H_