Move fetching logic out of ApplicationManager, eliminate url mappings.
commit7134773ceeef31531b84818158902e6d7c74f110
authorben <ben@chromium.org>
Mon, 14 Sep 2015 18:14:45 +0000 (14 11:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 18:15:39 +0000 (14 18:15 +0000)
treebf8bbc816882aff844fcbb49614cd3629bd1deb6
parent47175752068e8a0a8b073460148903be0e9d43cd
Move fetching logic out of ApplicationManager, eliminate url mappings.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#348659}
48 files changed:
components/web_view/test_runner/launcher.cc
content/browser/BUILD.gn
content/browser/mojo/mojo_shell_context.cc
content/browser/mojo/mojo_shell_context.h
content/content_browser.gypi
mandoline/app/desktop/launcher_process.cc
mojo/fetcher/BUILD.gn [new file with mode: 0644]
mojo/fetcher/DEPS [new file with mode: 0644]
mojo/fetcher/about_fetcher.cc [moved from mojo/runner/about_fetcher.cc with 97% similarity]
mojo/fetcher/about_fetcher.h [moved from mojo/runner/about_fetcher.h with 91% similarity]
mojo/fetcher/about_fetcher_unittest.cc [moved from mojo/runner/about_fetcher_unittest.cc with 84% similarity]
mojo/fetcher/base_application_fetcher.cc [new file with mode: 0644]
mojo/fetcher/base_application_fetcher.h [new file with mode: 0644]
mojo/fetcher/local_fetcher.cc [moved from mojo/shell/local_fetcher.cc with 97% similarity]
mojo/fetcher/local_fetcher.h [moved from mojo/shell/local_fetcher.h with 85% similarity]
mojo/fetcher/network_fetcher.cc [moved from mojo/shell/network_fetcher.cc with 96% similarity]
mojo/fetcher/network_fetcher.h [moved from mojo/shell/network_fetcher.h with 91% similarity]
mojo/fetcher/switches.cc [new file with mode: 0644]
mojo/fetcher/switches.h [new file with mode: 0644]
mojo/fetcher/update_fetcher.cc [moved from mojo/shell/update_fetcher.cc with 97% similarity]
mojo/fetcher/update_fetcher.h [moved from mojo/shell/update_fetcher.h with 86% similarity]
mojo/fetcher/url_resolver.cc [new file with mode: 0644]
mojo/fetcher/url_resolver.h [new file with mode: 0644]
mojo/fetcher/url_resolver_unittest.cc [new file with mode: 0644]
mojo/mojo_shell.gyp
mojo/runner/BUILD.gn
mojo/runner/android/main.cc
mojo/runner/child_process_host_unittest.cc
mojo/runner/context.cc
mojo/runner/context.h
mojo/runner/desktop/launcher_process.cc
mojo/runner/in_process_native_runner_unittest.cc
mojo/runner/native_runner_unittest.cc
mojo/runner/shell_test_base.cc
mojo/runner/shell_test_base.h
mojo/runner/shell_test_base_android.cc
mojo/runner/switches.cc
mojo/runner/switches.h
mojo/runner/url_resolver.cc [deleted file]
mojo/runner/url_resolver.h [deleted file]
mojo/runner/url_resolver_unittest.cc [deleted file]
mojo/shell/BUILD.gn
mojo/shell/DEPS
mojo/shell/application_fetcher.h [new file with mode: 0644]
mojo/shell/application_manager.cc
mojo/shell/application_manager.h
mojo/shell/application_manager_unittest.cc
mojo/shell/capability_filter_unittest.cc