Android: Remove all Params usages in AsyncTask
This is step 1 in an API shrinking effort for AsyncTask. There is no reason for Params to exist instead of just using constructor arguments, so we are changing the few usages over. Step 2 will be the removal of the Params argument. Bug: 843745 Change-Id: I36a03dd91b7af10763587fb5048e9f8d775f203e Reviewed-on: https://chromium-review.googlesource.com/1136730Reviewed-by:Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#577550}
Showing
Please register or sign in to comment