chromium/extensions/browser/blocked_action_type.h

// 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.

#ifndef EXTENSIONS_BROWSER_BLOCKED_ACTION_TYPE_H_
#define EXTENSIONS_BROWSER_BLOCKED_ACTION_TYPE_H_

namespace extensions {

// Types of actions that an extension can perform that can be blocked (typically
// while waiting for user action).
enum BlockedActionType {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_BLOCKED_ACTION_TYPE_H_