diff options
author | aberent@google.com <aberent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 11:10:10 +0000 |
---|---|---|
committer | aberent@google.com <aberent@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 11:10:10 +0000 |
commit | 0dfb613d4dc52d0de7b95efe71d935ef12fbd4ce (patch) | |
tree | a44e550a178c8abb56f84ee53ac597beeca85896 /webkit/plugins/plugin_switches.h | |
parent | 4867eb0439663745aace33be72575cbe09608a59 (diff) | |
download | chromium_src-0dfb613d4dc52d0de7b95efe71d935ef12fbd4ce.zip chromium_src-0dfb613d4dc52d0de7b95efe71d935ef12fbd4ce.tar.gz chromium_src-0dfb613d4dc52d0de7b95efe71d935ef12fbd4ce.tar.bz2 |
Revert 186925 since it breaks many of the builds on the bots (e.g.
http://build.chromium.org/p/chromium.perf/builders/Win%20Builder/builds/45240/steps/compile/logs/stdio).
> 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
TBR=dmichael@chromium.org
Review URL: https://codereview.chromium.org/12504007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/plugin_switches.h')
-rw-r--r-- | webkit/plugins/plugin_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/plugin_switches.h b/webkit/plugins/plugin_switches.h index 08ed5ae..a195094 100644 --- a/webkit/plugins/plugin_switches.h +++ b/webkit/plugins/plugin_switches.h @@ -13,6 +13,7 @@ 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[]; |