blob: 82bf41cd467403f21ee7bb1e801b163b06b52362 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/push_messaging/push_messaging_features.h"
#include "components/push_messaging/push_messaging_constants.h"
namespace features {
BASE_FEATURE(kPushMessagingDisallowSenderIDs,
base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kPushSubscriptionWithExpirationTime,
base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kPushMessagingGcmEndpointEnvironment,
base::FEATURE_ENABLED_BY_DEFAULT);
BASE_FEATURE(kPushMessagingGcmEndpointWebpushPath,
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace features