New issue
Advanced search Search tips

Issue 662067 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Jan 2018
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Unused variable in ScopedClipboardWriter

Reported by dyaros...@yandex-team.ru, Nov 3 2016

Issue description

The field std::string url_text_; https://cs.chromium.org/chromium/src/ui/base/clipboard/scoped_clipboard_writer.h?sq=package:chromium&rcl=1478157428&l=87 is useless, it should be deleted. Methods WriteText and WriteURL should be either merged or they should do something else.
 
I would like to add that this bug might be important because there logic for copying text and coping url is the same now. This could very much be a bug.

Comment 2 by twreid@chromium.org, Jan 26 2017

Status: Untriaged (was: Unconfirmed)
Status: Fixed (was: Untriaged)

Sign in to add a comment