Stop using UIPasteboardChangedNotification.

iOS10 does not trigger UIPasteboardChangedNotification notifications
on pasteboard change ( filed bug with Apple: rdr://27477065 ).
This CL is a workaround where we check if the pasteboard changed
when we attempt to display its content.

BUG=628592

Review-Url: https://codereview.chromium.org/2230983002
Cr-Commit-Position: refs/heads/master@{#412788}
6 files changed