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

Unified Diff: components/cronet/ios/Cronet.mm

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add cronet_c_for_graph back to sources. Might fix GN, probably won't compile Created 4 years, 4 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: components/cronet/ios/Cronet.mm
diff --git a/components/cronet/ios/Cronet.mm b/components/cronet/ios/Cronet.mm
index c397eefbdebd9035ae0f0189127e5caa26b961aa..3779f0526330b7f01619b97f42cedbe79a7ae764 100644
--- a/components/cronet/ios/Cronet.mm
+++ b/components/cronet/ios/Cronet.mm
@@ -107,7 +107,7 @@ NSString* gSslKeyLogFileName = nil;
return nil;
}
- return [NSString stringWithCString:gChromeNet.Get()->user_agent().c_str()
+ return [NSString stringWithCString:gChromeNet.Get()->UserAgent().c_str()
encoding:[NSString defaultCStringEncoding]];
}

Powered by Google App Engine
This is Rietveld 408576698