Index: components/cronet/ios/Cronet.h |
diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h |
index fd3f500033a04354a9839898a6bc12581ad5a637..4a8f477469872d63b85a393a407fcf3de277fd63 100644 |
--- a/components/cronet/ios/Cronet.h |
+++ b/components/cronet/ios/Cronet.h |
@@ -7,6 +7,7 @@ |
#include "cronet_c_for_grpc.h" |
// Interface for installing Cronet. |
+__attribute__((visibility("default"))) |
mef
2016/04/25 12:45:42
can we make it a define like CRONET_EXPORT or some
|
@interface Cronet : NSObject |
// Sets whether HTTP/2 should be supported by CronetEngine. This method only has |