[PresentationAPI] Implements send() API for String and ArrayBuffer/View from WebPrese...
commit834d10a11de9909062d6817583f1a769d6465a3c
authors.singapati <s.singapati@samsung.com>
Mon, 11 May 2015 16:29:47 +0000 (11 09:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 11 May 2015 16:30:02 +0000 (11 16:30 +0000)
treed48e92a4bc2101a752fed36381aa97c6487091e7
parent41984331122f09ec05d2b74848bb4c7455b5abdb
[PresentationAPI] Implements send() API for String and ArrayBuffer/View from WebPresentationClient to the PresentationServiceDelegate. Send requests are queued in PresentationDispatcher and handled one at a time.

Depends on the Blink CL: https://codereview.chromium.org/1002293005

BUG=459008

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

Cr-Commit-Position: refs/heads/master@{#329154}
content/browser/presentation/presentation_service_impl.cc
content/browser/presentation/presentation_service_impl.h
content/browser/presentation/presentation_service_impl_unittest.cc
content/common/presentation/presentation_service.mojom
content/content_common.gypi
content/public/browser/presentation_service_delegate.h
content/public/common/presentation_constants.cc [new file with mode: 0644]
content/public/common/presentation_constants.h [new file with mode: 0644]
content/renderer/presentation/presentation_dispatcher.cc
content/renderer/presentation/presentation_dispatcher.h