blob: 0fe611dafb2a7fa6670c876f87de0a1c2fc56f57 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Contains constants for WebUI UI/Host/SubPage constants. Anything else go in
// chrome/common/url_constants.h.
#ifndef COMPONENTS_PASSWORD_MANAGER_CONTENT_COMMON_WEB_UI_CONSTANTS_H_
#define COMPONENTS_PASSWORD_MANAGER_CONTENT_COMMON_WEB_UI_CONSTANTS_H_
namespace password_manager {
// WebUI constants for Password Manager that are needed for other components.
extern const char kChromeUIPasswordManagerHost[];
} // namespace password_manager
#endif // COMPONENTS_PASSWORD_MANAGER_CONTENT_COMMON_WEB_UI_CONSTANTS_H_