Devlin Cronin | 5d43d98 | 2018-09-15 00:08:49 | [diff] [blame] | 1 | // Copyright 2018 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "chrome/browser/extensions/chrome_extension_browser_constants.h" |
| 6 | |
| 7 | namespace chrome_extension_constants { |
| 8 | |
| 9 | // The link to the help article for runtime host permissions. |
| 10 | const char kRuntimeHostPermissionsHelpURL[] = |
| 11 | "https://support.google.com/chrome?p=enable_extensions"; |
| 12 | |
| 13 | } // namespace chrome_extension_constants |