blob: 6c67f2e1e1729bbb0a3a9e3dc8a150513d6c37ca [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 "components/download/quarantine/quarantine_features_win.h"
namespace download {
// This feature controls whether the InvokeAttachmentServices function will be
// called. Has no effect on machines that are domain-joined, where the function
// is always called.
const base::Feature kInvokeAttachmentServices{"InvokeAttachmentServices",
base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace download