Parameterize ui::Clipboard tests.
commit79659eb81dc29e304c457c23865c2fd7c677072e
authordcheng <dcheng@chromium.org>
Mon, 10 Nov 2014 22:21:55 +0000 (10 14:21 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 10 Nov 2014 22:22:38 +0000 (10 22:22 +0000)
treead7b9661bff63907929f0b076e41fe5aebaf20c3
parentdd3db6a1bb9b162e4f55e9c16b2890a4b60bef03
Parameterize ui::Clipboard tests.

This CL makes it possible to run multiple clipboard implementations
through the same set of unit tests. A future CL will add a fake
clipboard implementation for use in unit tests. The unit tests will
help ensure that there is no observable behavior differences between
the fake and real implementations.

BUG=319285

Review URL: https://codereview.chromium.org/713793002

Cr-Commit-Position: refs/heads/master@{#303524}
ui/base/clipboard/clipboard.h
ui/base/clipboard/clipboard_unittest.cc