chromium/extensions/browser/event_page_tracker.h

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

#ifndef EXTENSIONS_BROWSER_EVENT_PAGE_TRACKER_H_
#define EXTENSIONS_BROWSER_EVENT_PAGE_TRACKER_H_

#include "base/functional/callback_forward.h"
#include "extensions/common/extension_id.h"

namespace extensions {

// Tracks an extension's event page suspend state.
class EventPageTracker {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_EVENT_PAGE_TRACKER_H_