Mandoline: Support about:blank URL.
commit3e4aaaa45c528d4ab0670331a6c0ebfc4f3ab8e6
authoryzshen <yzshen@chromium.org>
Wed, 5 Aug 2015 21:27:11 +0000 (5 14:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 21:27:50 +0000 (5 21:27 +0000)
tree4940e4b9ab90a90c86cb10235b73ede8a647c353
parent062a6f974d7c08d27902060c241149ce193e4dd5
Mandoline: Support about:blank URL.

This CL adds a Fetcher implementation to provide responses for about: URLs.

BUG=504558

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

Cr-Commit-Position: refs/heads/master@{#341978}
mojo/runner/BUILD.gn
mojo/runner/about_fetcher.cc [new file with mode: 0644]
mojo/runner/about_fetcher.h [new file with mode: 0644]
mojo/runner/about_fetcher_unittest.cc [new file with mode: 0644]
mojo/runner/context.cc
mojo/runner/shell_test_main.cc