Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/grpc/src/core/channel/http_server_filter.h

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */
« no previous file with comments | « third_party/grpc/src/core/channel/http_client_filter.c ('k') | third_party/grpc/src/core/channel/http_server_filter.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698