| // Copyright 2024 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_ERROR_PAGE_COMMON_ALT_GAME_IMAGE_DATA_H_ |
| #define COMPONENTS_ERROR_PAGE_COMMON_ALT_GAME_IMAGE_DATA_H_ |
| |
| #include <string> |
| |
| #include "base/feature_list.h" |
| #include "base/metrics/field_trial_params.h" |
| |
| namespace error_page { |
| |
| size_t CountAlternateImages(); |
| bool LookupObfuscatedImage(int id, int scale, std::string* image); |
| |
| } // namespace error_page |
| |
| #endif // COMPONENTS_ERROR_PAGE_COMMON_ALT_GAME_IMAGE_DATA_H_ |