summaryrefslogtreecommitdiffstats
path: root/chromium/extensions/browser/scripting_constants.h
blob: 62e0d272c97fd6f5163c0b767ef9bc160191a932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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_