| Index: content/renderer/renderer_restrict_dispatch_group.h
|
| diff --git a/content/renderer/renderer_restrict_dispatch_group.h b/content/renderer/renderer_restrict_dispatch_group.h
|
| deleted file mode 100644
|
| index 546cc51616b3daf4815ac1ad03d6e10216a80595..0000000000000000000000000000000000000000
|
| --- a/content/renderer/renderer_restrict_dispatch_group.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2012 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.
|
| -
|
| -#ifndef CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| -#define CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
| -
|
| -#include "ipc/ipc_sync_channel.h"
|
| -
|
| -namespace content {
|
| -
|
| -// This represents all dispatch groups used in the renderer. Dispatch groups
|
| -// allow channels to restrict in which case incoming messages can re-enter while
|
| -// a synchronous message is sent on another channel. See
|
| -// IPC::SyncChannel::SetRestrictDispatchChannelGroup.
|
| -enum RendererRestrictDispatchGroup {
|
| - kRendererRestrictDispatchGroup_None =
|
| - IPC::SyncChannel::kRestrictDispatchGroup_None,
|
| - kRendererRestrictDispatchGroup_Pepper,
|
| -};
|
| -
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
|
|
|