#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_UI_UTIL_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_HTTPS_ONLY_MODE_UI_UTIL_H_
#include "base/values.h"
class GURL;
namespace security_interstitials::https_only_mode {
struct HttpInterstitialState;
}
void PopulateHttpsOnlyModeStringsForBlockingPage(
base::Value::Dict& load_time_data,
const GURL& url,
const security_interstitials::https_only_mode::HttpInterstitialState& state,
bool august2024_refresh_enabled);
void PopulateHttpsOnlyModeStringsForSharedHTML(
base::Value::Dict& load_time_data,
bool august2024_refresh_enabled);
#endif