Commit 3c922e3f authored by n.bansal's avatar n.bansal Committed by Commit bot

OOP PDF - Allow OOP PDF to use histograms

This patch adds libpdf.so to whitelisted plugins so that
it can use histograms. Without this patch, an error is
displayed every time when Chrome is launched with OOP PDF flag
and PDF file is opened.

BUG=405305

Review URL: https://codereview.chromium.org/508543002

Cr-Commit-Position: refs/heads/master@{#292109}
parent 6b5a37cd
......@@ -33,7 +33,8 @@ const char* const kWhitelistedHistogramPrefixes[] = {
};
const char* const kWhitelistedPluginBaseNames[] = {
"libwidevinecdmadapter.so" // see http://crbug.com/368743
"libwidevinecdmadapter.so", // see http://crbug.com/368743
"libpdf.so" // see http://crbug.com/405305
};
std::string HashPrefix(const std::string& histogram) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment