chromium/third_party/blink/public/mojom/messaging/user_activation_snapshot.mojom

// Copyright 2018 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;

// This struct represents the UserActivation state at the time which the message
// was sent.
struct UserActivationSnapshot {
  bool has_been_active;
  bool was_active;
};