blob: a038c4a0c88be938e1149f6cc76c7b6bbc510026 [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_BROWSER_CONSTANTS_H_
#define CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_BROWSER_CONSTANTS_H_
// Constants that are only needed by the //chrome/browser layer, and thus
// don't need to be in //extensions/common.
namespace chrome_extension_constants {
extern const char kRuntimeHostPermissionsHelpURL[];
extern const char kExtensionsSitePermissionsURL[];
extern const char kShowAccessRequestsInToolbarHelpURL[];
} // namespace chrome_extension_constants
#endif // CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_BROWSER_CONSTANTS_H_