blob: 62e0d272c97fd6f5163c0b767ef9bc160191a932 [file] [log] [blame]
// 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 EXTENSIONS_BROWSER_SCRIPTING_CONSTANTS_H_
#define EXTENSIONS_BROWSER_SCRIPTING_CONSTANTS_H_
namespace extensions {
namespace scripting {
// The key for the field in the extension's StateStore for dynamic content
// script metadata that persists across sessions.
inline constexpr char kRegisteredScriptsStorageKey[] = "dynamic_scripts";
} // namespace scripting
} // namespace extensions
#endif // EXTENSIONS_BROWSER_SCRIPTING_CONSTANTS_H_