| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 96fac2194377a0f6c43b9ba22c4ff0b8b74b5480..8a03e4eb9f315571e39c3efe343fed1bb87a4f24 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -303,7 +303,7 @@ void PreloadPepperPlugins() {
|
| std::vector<PepperPluginInfo> plugins;
|
| ComputePepperPluginList(&plugins);
|
| for (size_t i = 0; i < plugins.size(); ++i) {
|
| - if (!plugins[i].is_internal && plugins[i].is_sandboxed) {
|
| + if (!plugins[i].is_internal) {
|
| base::NativeLibraryLoadError error;
|
| base::NativeLibrary library = base::LoadNativeLibrary(plugins[i].path,
|
| &error);
|
|
|