// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_UI_WM_FULLSCREEN_PREF_NAMES_H_
#define CHROMEOS_UI_WM_FULLSCREEN_PREF_NAMES_H_
namespace chromeos::prefs {
extern const char kKeepFullscreenWithoutNotificationUrlAllowList[];
} // namespace chromeos::prefs
#endif // CHROMEOS_UI_WM_FULLSCREEN_PREF_NAMES_H_