DescriptionExtract PepperFileSystemTypeToFileSystemType() from ppapi.
This function is called only from within content to convert from a ppapi
enum type to webkit fileapi type (this one will be come a content enum
type in later change).
So anticipating that change from webkit/ to content/ we moved this
function from ppapi to content to make this future change a little bit
easier.
And it is also nice to do now because it removes the last include of
webkit/ from ppapi making it much more clearer in term of deps.
BUG=338338
TEST=blink_tests
R=dmichael@chromium.org,jam@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286776
Patch Set 1 #
Total comments: 2
Patch Set 2 : looks like CONTENT_EXPORT is not needed? #
Messages
Total messages: 7 (0 generated)
|