blob: 8060d14c59d36dad2bbb96e2d1be3d9bc07a5c2d [file] [log] [blame]
Devlin Cronin5d43d982018-09-15 00:08:491// 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
7namespace chrome_extension_constants {
8
9// The link to the help article for runtime host permissions.
10const char kRuntimeHostPermissionsHelpURL[] =
11 "https://support.google.com/chrome?p=enable_extensions";
12
13} // namespace chrome_extension_constants