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

Unified Diff: ios/chrome/browser/ios_chrome_io_thread.h

Issue 2079283002: [iOS/GN] Allow compilation with system clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename use_system_clang to is_clang_xcode Created 4 years, 6 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: ios/chrome/browser/ios_chrome_io_thread.h
diff --git a/ios/chrome/browser/ios_chrome_io_thread.h b/ios/chrome/browser/ios_chrome_io_thread.h
index ed4d28d26c53f04ade869a65d3e2a68b72464228..d1527cb9d396f0a7d12cda996901d59376e431a2 100644
--- a/ios/chrome/browser/ios_chrome_io_thread.h
+++ b/ios/chrome/browser/ios_chrome_io_thread.h
@@ -128,6 +128,7 @@ class IOSChromeIOThread : public web::WebThreadDelegate {
std::unique_ptr<net::CookieStore> system_cookie_store;
std::unique_ptr<net::HttpUserAgentSettings> http_user_agent_settings;
std::unique_ptr<net::NetworkQualityEstimator> network_quality_estimator;
+ std::unique_ptr<net::CTPolicyEnforcer> ct_policy_enforcer;
};
// |net_log| must either outlive the IOSChromeIOThread or be NULL.

Powered by Google App Engine
This is Rietveld 408576698