| Index: chrome/test/ppapi/ppapi_test.cc
|
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
|
| index 7c980660a029e6934a11b7b022b85ae305f70813..bc5709a4cc7b169929bfce928929338c36712c5b 100644
|
| --- a/chrome/test/ppapi/ppapi_test.cc
|
| +++ b/chrome/test/ppapi/ppapi_test.cc
|
| @@ -399,19 +399,6 @@ void PPAPIPrivateNaClNewlibTest::SetUpCommandLine(
|
| }
|
|
|
| // Append the correct mode and testcase string
|
| -std::string PPAPINaClGLibcTest::BuildQuery(const std::string& base,
|
| - const std::string& test_case) {
|
| - return base::StringPrintf("%smode=nacl_glibc&testcase=%s", base.c_str(),
|
| - test_case.c_str());
|
| -}
|
| -
|
| -void PPAPIPrivateNaClGLibcTest::SetUpCommandLine(
|
| - base::CommandLine* command_line) {
|
| - PPAPINaClGLibcTest::SetUpCommandLine(command_line);
|
| - AddPrivateSwitches(command_line);
|
| -}
|
| -
|
| -// Append the correct mode and testcase string
|
| std::string PPAPINaClPNaClTest::BuildQuery(const std::string& base,
|
| const std::string& test_case) {
|
| return base::StringPrintf("%smode=nacl_pnacl&testcase=%s", base.c_str(),
|
|
|