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

Side by Side Diff: components/grpc_support/test/get_stream_engine.h

Issue 2492703002: Third try at landing gRPC refactoring. Previous issue failed on the waterfall (Closed)
Patch Set: Change DCHECK Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_GRPC_SUPPORT_TEST_GET_REQUEST_CONTEXT_GETTER_H_
6 #define COMPONENTS_GRPC_SUPPORT_TEST_GET_REQUEST_CONTEXT_GETTER_H_
7
8 struct stream_engine;
9
10 namespace grpc_support {
11
12 // Returns a stream_engine* for testing with the QuicTestServer.
13 // The engine returned should resolve kTestServerHost as localhost:|port|,
14 // and should have kTestServerHost configured as a QUIC server.
15 stream_engine* GetTestStreamEngine(int port);
16
17 } // namespace grpc_support
18
19 #endif // COMPONENTS_GRPC_SUPPORT_TEST_GET_REQUEST_CONTEXT_GETTER_H_
OLDNEW
« no previous file with comments | « components/grpc_support/test/BUILD.gn ('k') | components/grpc_support/test/get_stream_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698