| // Copyright 2018 The Chromium Authors. All rights reserved. |
| // 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[]; |
| |
| } // namespace chrome_extension_constants |
| |
| #endif // CHROME_BROWSER_EXTENSIONS_CHROME_EXTENSION_BROWSER_CONSTANTS_H_ |