// Generated from generate_allowlist_from_histograms_file.py. Do not edit! #ifndef CHROME_BROWSER_UI_WEBUI_WEBUI_URL_HASHES_H_ #define CHROME_BROWSER_UI_WEBUI_WEBUI_URL_HASHES_H_ #include <algorithm> #include <string_view> namespace webui_metrics { inline constexpr std::string_view kWebUIUrlHashesAllowList[] = …; constexpr bool IsValidWebUIUrlHashes(std::string_view s) { … } } // namespace webui_metrics #endif // CHROME_BROWSER_UI_WEBUI_WEBUI_URL_HASHES_H_