blob: 8791fe63eab808c2cd39b3007f4f1920e983bf6a [file] [log] [blame]
// Copyright 2016 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 "chrome/browser/download/download_target_info.h"
#include "chrome/common/safe_browsing/file_type_policies.h"
DownloadTargetInfo::DownloadTargetInfo()
: target_disposition(download::DownloadItem::TARGET_DISPOSITION_OVERWRITE),
danger_type(download::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS),
danger_level(safe_browsing::DownloadFileType::NOT_DANGEROUS),
is_filetype_handled_safely(false),
result(download::DOWNLOAD_INTERRUPT_REASON_NONE) {}
DownloadTargetInfo::~DownloadTargetInfo() {}