// 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[] = …; } // namespace scripting } // namespace extensions #endif // EXTENSIONS_BROWSER_SCRIPTING_CONSTANTS_H_