Adds an object to ease loading resources
commitb7009f91fe2c7f2989cd5fbf4a1866e7892ee1db
authorsky <sky@chromium.org>
Thu, 7 May 2015 21:09:06 +0000 (7 14:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 7 May 2015 21:10:33 +0000 (7 21:10 +0000)
tree8018ebe943d23540edf4cf7318db1bf9c13daa94
parentc66aa11f06ef0768e1197b290b292533f0d69af0
Adds an object to ease loading resources

html_viewer will need this and I suspect others will too.

R=jam@chromium.org
BUG=none
TEST=none

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

Cr-Commit-Position: refs/heads/master@{#328828}
components/resource_provider/BUILD.gn
components/resource_provider/public/cpp/BUILD.gn [new file with mode: 0644]
components/resource_provider/public/cpp/resource_loader.cc [new file with mode: 0644]
components/resource_provider/public/cpp/resource_loader.h [new file with mode: 0644]
components/resource_provider/resource_provider_apptest.cc