Index: blimp/engine/browser_tests/tcp_assignment.cc |
diff --git a/blimp/engine/browser_tests/tcp_assignment.cc b/blimp/engine/browser_tests/tcp_assignment.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..75f0f0b61e44e6cce468d126414e4bf2424ab5f8 |
--- /dev/null |
+++ b/blimp/engine/browser_tests/tcp_assignment.cc |
@@ -0,0 +1,11 @@ |
+// Copyright 2016 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. |
+ |
+namespace blimp { |
+ |
+extern bool UsesGrpc() { |
+ return false; |
+} |
+ |
+} // namespace blimp |