[Presentation API] Plumbing of |onstatechange| from the Mojo service to the public...
commita3731aafcc2dc3b705a194f42e114169b0137d4d
authoravayvod <avayvod@chromium.org>
Wed, 25 Mar 2015 15:01:53 +0000 (25 08:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 15:02:36 +0000 (25 15:02 +0000)
treeb3bf79cf51fc0c19147f8c68d8433759ed6b8ee6
parentc09e0886e23d8af8a9ece8954aa395d119a847d1
[Presentation API] Plumbing of |onstatechange| from the Mojo service to the public/platform

Removed PresentationSessionDispatcher since the session messages are going through the
PresentationService (to reduce the number of Mojo pipes used).

Depends on the Blink change: https://codereview.chromium.org/1020303004

BUG=459006

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

Cr-Commit-Position: refs/heads/master@{#322162}
content/browser/presentation/presentation_service_impl.cc
content/browser/presentation/presentation_service_impl.h
content/common/presentation/presentation_service.mojom
content/content_renderer.gypi
content/renderer/presentation/presentation_dispatcher.cc
content/renderer/presentation/presentation_dispatcher.h
content/renderer/presentation/presentation_session_client.cc
content/renderer/presentation/presentation_session_client.h
content/renderer/presentation/presentation_session_dispatcher.cc [deleted file]
content/renderer/presentation/presentation_session_dispatcher.h [deleted file]