blob: 8fae870426a2e62eb71df4ad1ef47b42a4526d38 [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.
#ifndef CHROME_BROWSER_PERMISSIONS_NOTIFICATIONS_PERMISSION_REVOCATION_CONFIG_H_
#define CHROME_BROWSER_PERMISSIONS_NOTIFICATIONS_PERMISSION_REVOCATION_CONFIG_H_
#include "build/build_config.h"
// Field trial configuration for the notifications permission
// revocation.
class NotificationsPermissionRevocationConfig {
public:
// Whether or not automatically revoking the notification permission from
// abusive origins is enabled.
static bool IsAbusiveOriginPermissionRevocationEnabled();
};
#endif // CHROME_BROWSER_PERMISSIONS_NOTIFICATIONS_PERMISSION_REVOCATION_CONFIG_H_