blob: 5fb64f464591dac734c70bd7466fb9b43247d3a0 [file] [log] [blame]
// Copyright 2019 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.
#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CORE_FEATURES_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CORE_FEATURES_H_
#include "base/feature_list.h"
namespace security_interstitials {
// Controls whether an interstitial is shown when submitting a mixed form.
extern const base::Feature kInsecureFormSubmissionInterstitial;
} // namespace security_interstitials
#endif // COMPONENTS_SECURITY_INTERSTITIALS_CORE_FEATURES_H_