blob: 69692a80ef0b103bebb66d5cf71e4e462a833657 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/loader/navigation_response_override_parameters.h"
#include "base/callback.h"
namespace content {
NavigationResponseOverrideParameters::NavigationResponseOverrideParameters() =
default;
NavigationResponseOverrideParameters::~NavigationResponseOverrideParameters() {
if (on_delete)
std::move(on_delete).Run(stream_url);
}
} // namespace content