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

Unified Diff: ios/web/public/web_state/ui/crw_web_delegate.h

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 7 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
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 ca4731950bd65270bab53a5f60b518e6869c304f..d2ec6b722fc682a475dd398ea2eeadc0f9c575bd 100644
--- a/ios/web/public/web_state/ui/crw_web_delegate.h
+++ b/ios/web/public/web_state/ui/crw_web_delegate.h
@@ -72,15 +72,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,

Powered by Google App Engine
This is Rietveld 408576698