Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index 7b865bcf304ddcc49b57995df89820ccece6238d..1715c08530300088019a5988699fd5e999c4855c 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -201,7 +201,7 @@ void PpapiThread::OnMsgLoadPlugin(const FilePath& path) { |
// We need to do this after getting |PPP_GetInterface()| (or presumably |
// doing something nontrivial with the library), else the sandbox |
// intercedes. |
- if (!content::InitializeSandbox()) { |
+ if (!content::InitializeSandboxFromProcessType()) { |
LOG(WARNING) << "Failed to initialize sandbox"; |
} |
#endif |