Makes content handlers see requestor url
commit57439937b14ad4362ab4dde3f828b7017f4aad8d
authorsky <sky@chromium.org>
Tue, 12 May 2015 18:08:08 +0000 (12 11:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 18:08:18 +0000 (12 18:08 +0000)
treee160d7643d2de1f1d60d8ddcc5c51021d9d4ac15
parent11c5ff87774c88b785065f0d74681c5a867026bf
Makes content handlers see requestor url

Prior to this fix the incoming connection to the content handler saw
an empty requesting url. This change makes the requesting url
correspond to the url of the first app connecting to the content
handler.

BUG=none
TEST=covered by test
R=ben@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#329441}
mojo/runner/context.cc
mojo/runner/context.h
mojo/runner/native_runner_unittest.cc
mojo/shell/application_manager.cc
mojo/shell/application_manager.h
mojo/shell/application_manager_unittest.cc