New issue
Advanced search Search tips

Issue 711576 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Omnibox - ClipboardRecentContent kAuthorizedSchemes Cleanup

Project Member Reported by mpear...@chromium.org, Apr 14 2017

Issue description


The file
https://cs.chromium.org/chromium/src/components/open_from_clipboard/clipboard_recent_content.h
defines the function IsAppropriateSuggestion().  The .cc file also has a local variable kAuthorizedSchemes[].

These are both only used in ClipboardRecentContentGeneric.  For code structure reasons, they cannot be easily reused in the iOS code.

We should move them down to ClipboardRecentContentGeneric so later readers of the code aren't confused that they're common logic among all subclasses.
 
Status: Started (was: Assigned)
Status: Fixed (was: Started)

Sign in to add a comment