Chromium Code Reviews
Descriptionpepper: don't warn if PDF plugin is unavailable
We preload plugins before we sandbox, then later attempt to fully
load them once we're sandboxed. We can't ask whether the plugin
exists at the second point because we don't have disk access at
that point. So instead, the first time we're asked about plugins
(before we're sandboxed), record whether the plugin is actually
available and use that to skip loading it in the second pass.
BUG=51546
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55609
Patch Set 1 #
Total comments: 3
Patch Set 2 : simpler #Patch Set 3 : arg #Patch Set 4 : revert #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|