Apply AllowCrossThreadAccess() in the callers of createCrossThreadTask()
This CL removes AllowCrossThreadAccess() calls in CrossThreadTask.h and applies
AllowCrossThreadAccess() at the callers of createCrossThreadAccess().
All previous uses of createCrossThreadTask() that would require
AllowCrossThreadAccess() are detected by compile errors
due to lack of CrossThreadCopier for WeakPtr/pointers because
https://codereview.chromium.org/1904283004/ removed CrossThreadCopier for
GCed pointers.
BUG=
597856
Committed:
https://crrev.com/4c6e26cd4be4f511aa6a62e46c37178605fb3714
Cr-Commit-Position: refs/heads/master@{#393573}