#ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_TAILORED_SECURITY_SERVICE_TAILORED_SECURITY_SERVICE_OBSERVER_UTIL_H_
#define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_TAILORED_SECURITY_SERVICE_TAILORED_SECURITY_SERVICE_OBSERVER_UTIL_H_
#include "base/time/time.h"
class GURL;
class PrefService;
namespace syncer {
class SyncService;
}
namespace safe_browsing {
inline constexpr base::TimeDelta kThresholdForInFlowNotification = …;
bool CanQueryTailoredSecurityForUrl(GURL url);
bool CanShowUnconsentedTailoredSecurityDialog(syncer::SyncService* sync_service,
PrefService* prefs);
}
#endif