Index: chrome/test/ppapi/ppapi_test.cc |
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
index 1d87c8e5c996611a29b44bf216c09686cb20618b..018d0dd2e852c2615be31fb4d9948a230ae83513 100644 |
--- a/chrome/test/ppapi/ppapi_test.cc |
+++ b/chrome/test/ppapi/ppapi_test.cc |
@@ -132,9 +132,6 @@ void PPAPITestBase::SetUpCommandLine(CommandLine* command_line) { |
// Smooth scrolling confuses the scrollbar test. |
command_line->AppendSwitch(switches::kDisableSmoothScrolling); |
- |
- // Enable threading since we test that feature. |
- command_line->AppendSwitch(switches::kEnablePepperThreading); |
} |
void PPAPITestBase::SetUpOnMainThread() { |