Revert of Add a mojo shell service to render frames (patchset #3 id:160001 of https...
commitcf16f88440880d05949fb0ead39977eaf66be714
authorrockot <rockot@chromium.org>
Mon, 8 Jun 2015 21:26:05 +0000 (8 14:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Jun 2015 21:26:42 +0000 (8 21:26 +0000)
tree271cebec015920563c901399ecb8acd4cf38637c
parent981616a5f266da9b47ba122ce725d088d260140c
Revert of Add a mojo shell service to render frames (patchset #3 id:160001 of https://codereview.chromium.org/1164163002/)

Reason for revert:
Broke MSan bot for confusing reasons.

Original issue's description:
> Add a mojo shell service to render frames
>
> This adds a Shell service to each render frame's service
> registry, allowing frames to connect to Mojo applications.
> When connecting to an application, the frame identifies
> itself using its SiteInstance's URL.
>
> BUG=497474
>
> Committed: https://crrev.com/89b0cc457ff83154f80709d9b58575047845730e
> Cr-Commit-Position: refs/heads/master@{#333312}

TBR=jam@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=497474

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

Cr-Commit-Position: refs/heads/master@{#333342}
17 files changed:
content/browser/frame_host/frame_mojo_shell.cc [deleted file]
content/browser/frame_host/frame_mojo_shell.h [deleted file]
content/browser/frame_host/render_frame_host_impl.cc
content/browser/frame_host/render_frame_host_impl.h
content/browser/mojo/mojo_app_connection_impl.cc
content/browser/mojo/mojo_app_connection_impl.h
content/browser/mojo/mojo_shell_context.cc
content/browser/mojo/mojo_shell_context.h
content/browser/mojo_shell_browsertest.cc
content/browser/webui/web_ui_mojo_browsertest.cc
content/content_browser.gypi
content/public/browser/mojo_app_connection.h
content/public/test/test_mojo_app.cc
content/public/test/test_mojo_app.h
content/public/test/test_mojo_service.mojom
content/test/data/web_ui_mojo_shell_test.html [deleted file]
content/test/data/web_ui_mojo_shell_test.js [deleted file]