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

Unified Diff: ios/web/web_state/web_state_delegate.mm

Issue 2614023006: [ios] Removed -[CRWWebDelegate openURLWithParams:]. (Closed)
Patch Set: Created 3 years, 11 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/web_state/web_state_delegate.mm
diff --git a/ios/web/web_state/web_state_delegate.mm b/ios/web/web_state/web_state_delegate.mm
index 12335335f40fcbf08d328f28b7e57f787740c8b2..68e6fcd9157c0c50c3956246f70c58e3772ab5a6 100644
--- a/ios/web/web_state/web_state_delegate.mm
+++ b/ios/web/web_state/web_state_delegate.mm
@@ -18,6 +18,12 @@ WebStateDelegate::~WebStateDelegate() {
DCHECK(attached_states_.empty());
}
+WebState* WebStateDelegate::OpenURLFromWebState(
+ WebState*,
+ const WebState::OpenURLParams&) {
+ return nullptr;
+}
+
void WebStateDelegate::LoadProgressChanged(WebState*, double) {}
bool WebStateDelegate::HandleContextMenu(WebState*, const ContextMenuParams&) {
« no previous file with comments | « ios/web/public/web_state/web_state_delegate_bridge.h ('k') | ios/web/web_state/web_state_delegate_bridge.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698