| // Copyright 2020 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef COMPONENTS_SAFETY_CHECK_URL_CONSTANTS_H_ | |
| #define COMPONENTS_SAFETY_CHECK_URL_CONSTANTS_H_ | |
| namespace safety_check { | |
| // A gstatic URL returning HTTP 204 (No Content) used for connectivity check. | |
| extern const char kConnectivityCheckUrl[]; | |
| } // namespace safety_check | |
| #endif // COMPONENTS_SAFETY_CHECK_URL_CONSTANTS_H_ |