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

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

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
Index: chrome/test/ppapi/ppapi_test.h
diff --git a/chrome/test/ppapi/ppapi_test.h b/chrome/test/ppapi/ppapi_test.h
index c2a2c62110c493b918810878fe067dc9f821732d..fbc47b240e1d6cfa98a43fb29743db47f9b1ad9c 100644
--- a/chrome/test/ppapi/ppapi_test.h
+++ b/chrome/test/ppapi/ppapi_test.h
@@ -150,18 +150,6 @@ class PPAPIPrivateNaClNewlibTest : public PPAPINaClNewlibTest {
virtual void SetUpCommandLine(base::CommandLine* command_line) override;
};
-// NaCl plugin test runner for GNU-libc runtime.
-class PPAPINaClGLibcTest : public PPAPINaClTest {
- public:
- virtual std::string BuildQuery(const std::string& base,
- const std::string& test_case) override;
-};
-
-class PPAPIPrivateNaClGLibcTest : public PPAPINaClGLibcTest {
- protected:
- virtual void SetUpCommandLine(base::CommandLine* command_line) override;
-};
-
// NaCl plugin test runner for the PNaCl + Newlib runtime.
class PPAPINaClPNaClTest : public PPAPINaClTest {
public:

Powered by Google App Engine
This is Rietveld 408576698