#include "content/browser/preloading/prerender/devtools_prerender_attempt.h"
#include "base/check_op.h"
#include "content/browser/devtools/devtools_instrumentation.h"
namespace content {
void DevToolsPrerenderAttempt::SetTriggeringOutcome(
const PrerenderAttributes& attributes,
PreloadingTriggeringOutcome outcome) { … }
void DevToolsPrerenderAttempt::SetFailureReason(
const PrerenderAttributes& attributes,
PrerenderFinalStatus prerender_status) { … }
void DevToolsPrerenderAttempt::SetFailureReason(
const PrerenderAttributes& attributes,
const PrerenderCancellationReason& reason) { … }
}