Marshal the URL parameter of the clipboard bookmark format as a string.
commit87e6d8ab7a85f05ff4273208259a12f816a39e5d
authordcheng <dcheng@chromium.org>
Thu, 19 Feb 2015 02:54:52 +0000 (18 18:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Feb 2015 02:55:34 +0000 (19 02:55 +0000)
tree967d8ba5ec3e02c24e0353a52c455a75fccb1310
parentf9dbeb215e44d6f46e8fa395d1a6bb114a9752bf
Marshal the URL parameter of the clipboard bookmark format as a string.

This temporarily restores the original behavior. It'd be nice to use the
more specific type, but some components of Blink are generating long
data: URLs and passing them to WriteBookmark(), which causes the browser
to kill the renderer.

BUG=447094

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

Cr-Commit-Position: refs/heads/master@{#316981}
content/browser/renderer_host/clipboard_message_filter.cc
content/browser/renderer_host/clipboard_message_filter.h
content/common/clipboard_messages.h
content/renderer/renderer_clipboard_delegate.cc