| 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 181cf06119984dcf300cf852f8d622fb5187f57c..ce7f274aa42968dc7fafde0f534d27467370d721 100644
|
| --- a/ios/web/public/web_state/ui/crw_web_delegate.h
|
| +++ b/ios/web/public/web_state/ui/crw_web_delegate.h
|
| @@ -70,15 +70,6 @@ class GURL;
|
| - (BOOL)webController:(CRWWebController*)webController
|
| shouldOpenExternalURL:(const GURL&)URL;
|
|
|
| -// Called when |URL| is deemed suitable to be opened in a matching native app.
|
| -// Needs to return whether |URL| was opened in a matching native app.
|
| -// Also triggering user action |linkClicked| is passed to use it when needed.
|
| -// The return value indicates if the native app was launched, not if a native
|
| -// app was found.
|
| -- (BOOL)urlTriggersNativeAppLaunch:(const GURL&)URL
|
| - sourceURL:(const GURL&)sourceURL
|
| - linkClicked:(BOOL)linkClicked;
|
| -
|
| // Called to ask the delegate for a controller to display the given url,
|
| // which contained content that the UIWebView couldn't display. Returns
|
| // the native controller to display if the delegate can handle the url,
|
|
|