cc: Remove the round-about Callback for creating a TestContextProvider.
commita5a780c04df5f337fbb837e2f33e466d76c2d190
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Sep 2013 18:57:01 +0000 (27 18:57 +0000)
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Sep 2013 18:57:01 +0000 (27 18:57 +0000)
tree3847bf4565ea41b0230bf7e2e8ea06376aa5d63b
parentcd89997a5d9f8088355bb0e2f39059ac763c8bc2
cc: Remove the round-about Callback for creating a TestContextProvider.

I did this already in the production ContextProviders but missed our
TestContextProvider. Passing a Callback just to have the Callback
run synchronously and use the return value is silly. We can just
pass the return value directly.

R=jamesr
BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225746 0039d316-1c4b-4281-b951-d872f2087c98
cc/debug/test_context_provider.cc
cc/debug/test_context_provider.h
cc/trees/layer_tree_host_unittest_context.cc