New issue
Advanced search Search tips

Issue 765972 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Fix/clarify the clearing of interactions on the omnibox

Project Member Reported by jif@chromium.org, Sep 17 2017

Issue description

This part:

  // Disable default drop interactions on the omnibox.
  // TODO(crbug.com/739903): Handle drop events once Chrome iOS is built with
  // the iOS 11 SDK.
  if (base::ios::IsRunningOnIOS11OrLater()) {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Warc-performSelector-leaks"
    SEL setInteractionsSelector = NSSelectorFromString(@"setInteractions:");
    if ([_omniBox respondsToSelector:setInteractionsSelector]) {
      [_omniBox performSelector:setInteractionsSelector withObject:@[]];
    }
#pragma clang diagnostic pop
  }

 
Owner: ----
Status: Untriaged (was: Assigned)
jif@ is no longer on the team. Releasing his bugs.
Owner: stkhapugin@chromium.org
Status: Assigned (was: Untriaged)

Sign in to add a comment