blob: df08c109ce5094baaa3b12326cadc19eb402b0aa [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_HEADLESS_POLICY_HEADLESS_MODE_PREFS_H_
#define COMPONENTS_HEADLESS_POLICY_HEADLESS_MODE_PREFS_H_
class PrefRegistrySimple;
namespace headless {
namespace prefs {
extern const char kHeadlessMode[];
}
// Registers headless mode policy prefs in |registry|.
void RegisterPrefs(PrefRegistrySimple* registry);
} // namespace headless
#endif // COMPONENTS_HEADLESS_POLICY_HEADLESS_MODE_PREFS_H_