| Index: ios/web/public/web_state/ui/crw_web_delegate.h
|
| diff --git a/ios/web/public/web_state/ui/crw_web_delegate.h b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| index 1adc7edbb16747f812f256d3f23c8b9bfc59e8af..b8dd184d7c336631db116536143f6cb67ab43dd0 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -180,9 +180,6 @@ struct Referrer;
|
| - (void)webControllerDidUpdateSSLStatusForCurrentNavigationItem:
|
| (CRWWebController*)webController;
|
|
|
| -// Called when web view process has been terminated.
|
| -- (void)webControllerWebProcessDidCrash:(CRWWebController*)webController;
|
| -
|
| // Called when a PassKit file is downloaded. |data| should be the data from a
|
| // PassKit file, but this is not guaranteed, and the delegate is responsible for
|
| // error handling non PassKit data using -[PKPass initWithData:error:]. If the
|
|
|