blob: 32c4e18b86c7a8ba7cca68b36c64f191e04414d6 [file] [log] [blame]
// Copyright 2016 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.
module blink.mojom;
// Used for histograms, don't renumber.
enum EngagementLevel {
NONE = 0,
MINIMAL = 1,
LOW = 2,
MEDIUM = 3,
HIGH = 4,
MAX = 5,
};