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

Unified Diff: components/cronet/ios/test/start_cronet.h

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Address comments Created 4 years, 2 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
« no previous file with comments | « components/cronet/ios/test/quic_test_server.cc ('k') | components/cronet/ios/test/start_cronet.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/test/start_cronet.h
diff --git a/components/tracing/test/example_proto/upper_import.proto b/components/cronet/ios/test/start_cronet.h
similarity index 57%
copy from components/tracing/test/example_proto/upper_import.proto
copy to components/cronet/ios/test/start_cronet.h
index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..9216eb5f1845578829240313dad89336acb6a3e5 100644
--- a/components/tracing/test/example_proto/upper_import.proto
+++ b/components/cronet/ios/test/start_cronet.h
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
+namespace cronet {
-package foo.bar;
+// Starts Cronet if it hasn't already been started.
+void StartCronetIfNecessary();
-message TrickyPublicImport {
-}
+} // namespace cronet
« no previous file with comments | « components/cronet/ios/test/quic_test_server.cc ('k') | components/cronet/ios/test/start_cronet.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698