From 5c5dd2482e578f985608bc3c74eba69ee574eed3 Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Fri, 8 Mar 2013 09:29:14 +0000 Subject: PPAPI: Remove threading options; it's always on This also re-enables thread checking for the host side resource and var trackers. Before, checking was disabled everywhere. BUG=159240,92909 Review URL: https://chromiumcodereview.appspot.com/12378050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186925 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/ppapi_plugin_process_host.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/browser/ppapi_plugin_process_host.cc') diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc index a4dd416..64975c5 100644 --- a/content/browser/ppapi_plugin_process_host.cc +++ b/content/browser/ppapi_plugin_process_host.cc @@ -248,10 +248,9 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) { arraysize(kCommonForwardSwitches)); if (!is_broker_) { - // TODO(vtl): Stop passing flash args in the command line, on windows is + // TODO(vtl): Stop passing flash args in the command line, or windows is // going to explode. static const char* kPluginForwardSwitches[] = { - switches::kDisablePepperThreading, switches::kDisableSeccompFilterSandbox, #if defined(OS_MACOSX) switches::kEnableSandboxLogging, -- cgit v1.1