| Index: third_party/grpc/src/core/channel/http_server_filter.h
|
| diff --git a/third_party/WebKit/public/web/WebTextCheckingType.h b/third_party/grpc/src/core/channel/http_server_filter.h
|
| similarity index 80%
|
| copy from third_party/WebKit/public/web/WebTextCheckingType.h
|
| copy to third_party/grpc/src/core/channel/http_server_filter.h
|
| index 486cf0eb480c75a9395151a7d69a5d49be4b6f14..f219d4e66f38724c2143c3fb46f2f081ffff02a2 100644
|
| --- a/third_party/WebKit/public/web/WebTextCheckingType.h
|
| +++ b/third_party/grpc/src/core/channel/http_server_filter.h
|
| @@ -1,5 +1,7 @@
|
| /*
|
| - * Copyright (C) 2011 Google Inc. All rights reserved.
|
| + *
|
| + * Copyright 2015, Google Inc.
|
| + * All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -26,20 +28,15 @@
|
| * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + *
|
| */
|
|
|
| -#ifndef WebTextCheckingType_h
|
| -#define WebTextCheckingType_h
|
| -
|
| -namespace blink {
|
| -
|
| -enum WebTextCheckingType {
|
| - WebTextCheckingTypeSpelling = 1 << 1,
|
| - WebTextCheckingTypeGrammar = 1 << 2,
|
| -};
|
| +#ifndef GRPC_INTERNAL_CORE_CHANNEL_HTTP_SERVER_FILTER_H
|
| +#define GRPC_INTERNAL_CORE_CHANNEL_HTTP_SERVER_FILTER_H
|
|
|
| -typedef unsigned WebTextCheckingTypeMask;
|
| +#include "src/core/channel/channel_stack.h"
|
|
|
| -} // namespace blink
|
| +/* Processes metadata on the client side for HTTP2 transports */
|
| +extern const grpc_channel_filter grpc_http_server_filter;
|
|
|
| -#endif
|
| +#endif /* GRPC_INTERNAL_CORE_CHANNEL_HTTP_SERVER_FILTER_H */
|
|
|