| Index: ios/web/shell/view_controller.mm
|
| diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm
|
| index d4b22c74fcdb81025d5f7d2ba45766d10962097a..3862f19020d6c135a61b4cc2f343c187bdd767ae 100644
|
| --- a/ios/web/shell/view_controller.mm
|
| +++ b/ios/web/shell/view_controller.mm
|
| @@ -13,7 +13,6 @@
|
|
|
| #import "base/mac/scoped_nsobject.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| -#import "ios/net/crn_http_protocol_handler.h"
|
| #import "ios/net/empty_nsurlcache.h"
|
| #import "ios/net/request_tracker.h"
|
| #import "ios/web/public/navigation_manager.h"
|
| @@ -63,7 +62,6 @@ using web::NavigationManager;
|
| }
|
|
|
| - (void)dealloc {
|
| - net::HTTPProtocolHandlerDelegate::SetInstance(nullptr);
|
| net::RequestTracker::SetRequestTrackerFactory(nullptr);
|
| }
|
|
|
|
|