| // 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. | |
| #include "chrome/browser/extensions/chrome_extension_browser_constants.h" | |
| namespace chrome_extension_constants { | |
| // The link to the help article for runtime host permissions. | |
| const char kRuntimeHostPermissionsHelpURL[] = | |
| "https://support.google.com/chrome?p=enable_extensions"; | |
| } // namespace chrome_extension_constants |