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

Unified Diff: ios/crnet/crnet_environment.mm

Issue 1860003003: Remove the WebPNetworkClient* from iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix No. 2 Created 4 years, 8 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 | « ios/crnet/crnet.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_environment.mm
diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
index ee2fcee751c808f7acb58328f53c52ab4b6c7197..7f2428fcc31b3d10f5f24536493016a5648f8e23 100644
--- a/ios/crnet/crnet_environment.mm
+++ b/ios/crnet/crnet_environment.mm
@@ -25,7 +25,6 @@
#include "base/threading/worker_pool.h"
#include "components/prefs/json_pref_store.h"
#include "components/prefs/pref_filter.h"
-#import "components/webp_transcode/webp_network_client_factory.h"
#include "crypto/nss_util.h"
#include "ios/crnet/sdch_owner_pref_storage.h"
#include "ios/net/cookies/cookie_store_ios.h"
@@ -368,12 +367,6 @@ void CrNetEnvironment::ConfigureSdchOnNetworkThread() {
void CrNetEnvironment::InitializeOnNetworkThread() {
DCHECK(base::MessageLoop::current() == network_io_thread_->message_loop());
- // Register network clients.
- net::RequestTracker::AddGlobalNetworkClientFactory(
- [[[WebPNetworkClientFactory alloc]
- initWithTaskRunner:file_user_blocking_thread_
- ->task_runner()] autorelease]);
-
ConfigureSdchOnNetworkThread();
NSString* bundlePath =
« no previous file with comments | « ios/crnet/crnet.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698