blob: 19b9c0cb0b47af5d27c5ad0d4e18c99d498c579c [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_EXTERNAL_INTENTS_ANDROID_EXTERNAL_INTENTS_FEATURES_H_
#define COMPONENTS_EXTERNAL_INTENTS_ANDROID_EXTERNAL_INTENTS_FEATURES_H_
#include "base/feature_list.h"
namespace external_intents {
// Alphabetical:
extern const base::Feature kAutofillAssistantGoogleInitiatorOriginCheck;
extern const base::Feature kBlockExternalFormSubmitWithoutGesture;
extern const base::Feature kExternalNavigationDebugLogs;
} // namespace external_intents
#endif // COMPONENTS_EXTERNAL_INTENTS_ANDROID_EXTERNAL_INTENTS_FEATURES_H_