Stop polling in PDFExtensionClipboardTest. (try 2)
Now that https://crbug.com/755826 has been fixed, tests that read from the clipboard can use ClipboardMonitor to get notifications for when the clipboard changes, instead of polling the clipboard. This is more straight-forward, and hopefully more reliable. The first attempt to land this in https://crrev.com/802025 failed to land safely because it collided with https://crrev.com/801651, which added a new pure virtual method to ui::ClipboardObserver. Fix this by implementing the new required override as a no-op. Tbr: slangley@chromium.org Bug: 1121446 Change-Id: I209b4fd7cd33043d7428702afd3939e1b14cbe36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378779Reviewed-by:Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#802829}
Showing
Please register or sign in to comment