Commit ca509b8c authored by Jeffrey Cohen's avatar Jeffrey Cohen Committed by Commit Bot

[SendTabToSelf] open ios url in new tab

Bug: 985972
Change-Id: Ic1455724636fadb0374fd43bb4e5ae8907315481
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713239Reviewed-by: default avatarPeter Lee <pkl@chromium.org>
Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680010}
parent 108ed6bd
...@@ -66,7 +66,7 @@ bool IOSSendTabToSelfInfoBarDelegate::Accept() { ...@@ -66,7 +66,7 @@ bool IOSSendTabToSelfInfoBarDelegate::Accept() {
model_->MarkEntryOpened(entry_->GetGUID()); model_->MarkEntryOpened(entry_->GetGUID());
RecordNotificationHistogram(SendTabToSelfNotification::kOpened); RecordNotificationHistogram(SendTabToSelfNotification::kOpened);
infobar()->owner()->OpenURL(entry_->GetURL(), infobar()->owner()->OpenURL(entry_->GetURL(),
WindowOpenDisposition::CURRENT_TAB); WindowOpenDisposition::NEW_FOREGROUND_TAB);
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment