DescriptionExtensions: Clarify ManifestHandler interface expectations.
ManifestHandler::Parse is called from within Extension::Create and may or may
not be called on a thread which supports IO. On the other hand,
ManifestHandler::ValidateExtension is called through
file_util::ValidateExtension and hence is always called on a thread supporting
IO. There are assumptions in the code relying on this as well. This CL documents
the same in the ManifestHandler header.
BUG=None.
Review-Url: https://codereview.chromium.org/2846553003
Cr-Commit-Position: refs/heads/master@{#467526}
Committed: https://chromium.googlesource.com/chromium/src/+/f47da77f6fe0df56a7cf213230a6da1ef105617f
Patch Set 1 #
Total comments: 6
Patch Set 2 : Nits. #
Total comments: 2
Messages
Total messages: 14 (7 generated)
|