From 460d2fd0876fddb9e6a2a17cba9c70beb93dfa03 Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Fri, 29 Mar 2013 19:18:41 +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 Committed: r186925 Reverted: r186939 due to build errors Committed: r187340 Committed: r187427 Reverted: r187668 due to a failing check in Canary, which was fixed here: r187681 Committed: r189518 Reverted: r189682, due to regression in Kraken (see crbug.com/222741) Review URL: https://chromiumcodereview.appspot.com/12378050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191420 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/plugins/plugin_switches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'webkit/plugins/plugin_switches.h') diff --git a/webkit/plugins/plugin_switches.h b/webkit/plugins/plugin_switches.h index a195094..08ed5ae 100644 --- a/webkit/plugins/plugin_switches.h +++ b/webkit/plugins/plugin_switches.h @@ -13,7 +13,6 @@ namespace switches { WEBKIT_PLUGINS_EXPORT extern const char kDebugPluginLoading[]; WEBKIT_PLUGINS_EXPORT extern const char kDisablePepper3d[]; WEBKIT_PLUGINS_EXPORT extern const char kPpapiFlashArgs[]; -WEBKIT_PLUGINS_EXPORT extern const char kDisablePepperThreading[]; #if defined(OS_WIN) WEBKIT_PLUGINS_EXPORT extern const char kUseOldWMPPlugin[]; -- cgit v1.1