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

Unified Diff: chrome/test/ppapi/ppapi_test.cc

Issue 919643005: Stop running PPAPITest and PPAPINaClGLibcTest Pepper tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bring back transitional Created 5 years, 10 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
« chrome/test/ppapi/ppapi_browsertest.cc ('K') | « chrome/test/ppapi/ppapi_test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(),
« chrome/test/ppapi/ppapi_browsertest.cc ('K') | « chrome/test/ppapi/ppapi_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698