blob: ea8afc4f9df92294b2e68ce34cefd743a2e4dcab [file]
// Copyright 2020 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/webapps/android/features.h"
#include "base/feature_list.h"
namespace webapps {
namespace features {
const base::Feature kAddToHomescreenMessaging{
"AddToHomescreenMessaging", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features
} // namespace webapps