| Index: chrome/test/ui/ppapi_uitest.cc
|
| diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
|
| index 442428f7ac599d83d82caf73d580e184a5dc20db..9e844b53fc560097d353119bd8b0a914eed1d335 100644
|
| --- a/chrome/test/ui/ppapi_uitest.cc
|
| +++ b/chrome/test/ui/ppapi_uitest.cc
|
| @@ -55,11 +55,6 @@ class PPAPITest : public UITest {
|
| // TODO(dumi): remove this switch once we have a quota management
|
| // system in place.
|
| launch_arguments_.AppendSwitch(switches::kUnlimitedQuotaForFiles);
|
| -
|
| -#if defined(ENABLE_P2P_APIS)
|
| - // Enable P2P API.
|
| - launch_arguments_.AppendSwitch(switches::kEnableP2PApi);
|
| -#endif // ENABLE_P2P_APIS
|
| }
|
|
|
| void RunTest(const std::string& test_case) {
|
|
|