chromium/chrome/browser/extensions/permissions_url_constants.cc

// 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.

#include "chrome/browser/extensions/permissions_url_constants.h"

namespace extension_permissions_constants {

// The link to the help article for runtime host permissions.
const char kRuntimeHostPermissionsHelpURL[] =;

// The link to the site permissions settings page.
const char kExtensionsSitePermissionsURL[] =;

// The link to the help article for click to script, which contains info on
// enabling extensions to request access to the current site through the
// toolbar.
// TODO(crbug.com/40235251): This link is likely temporary, and may need to be
// replaced later.
const char kShowAccessRequestsInToolbarHelpURL[] =;

}  // namespace extension_permissions_constants