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