chromium/third_party/blink/public/mojom/site_engagement/site_engagement.mojom

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module blink.mojom;

// Used for histograms, don't renumber.
enum EngagementLevel {
  NONE = 0,
  MINIMAL = 1,
  LOW = 2,
  MEDIUM = 3,
  HIGH = 4,
  MAX = 5,
};