Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: content/browser/ppapi_plugin_process_host.cc

Issue 11659032: Enable Pepper threading on all channels. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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 d705e5744f176ede5d6be62f4e711e28e3bf40fb..bb4449c46f83ab27c680239f7fde4550afce58d5 100644
--- a/content/browser/ppapi_plugin_process_host.cc
+++ b/content/browser/ppapi_plugin_process_host.cc
@@ -241,7 +241,6 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
static const char* kPluginForwardSwitches[] = {
switches::kDisablePepperThreading,
switches::kDisableSeccompFilterSandbox,
- switches::kEnablePepperThreading,
#if defined(OS_MACOSX)
switches::kEnableSandboxLogging,
#endif
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698