| Index: ios/web/web_state/ui/crw_web_controller.h
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.h b/ios/web/web_state/ui/crw_web_controller.h
|
| index 795a4723a881ecc58f034221bd96e7a8a9621c55..e16e035a7c723d90ae78d0b1732b6c108fb2465c 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller.h
|
| @@ -117,9 +117,6 @@ class WebStateImpl;
|
| // |CRWWebDelegate webControllerDidSuppressDialog:| will be called.
|
| @property(nonatomic, assign) BOOL shouldSuppressDialogs;
|
|
|
| -// YES if Mojo should be used for WebUI, defaults to NO.
|
| -@property(nonatomic, assign) BOOL useMojoForWebUI;
|
| -
|
| // Designated initializer. Initializes web controller with |webState|. The
|
| // calling code must retain the ownership of |webState|.
|
| - (instancetype)initWithWebState:(web::WebStateImpl*)webState;
|
|
|