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

Unified Diff: ppapi/tests/test_core.h

Issue 8477015: Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: ppapi/tests/test_core.h
diff --git a/ppapi/tests/test_core.h b/ppapi/tests/test_core.h
index 2b5899a0c4819e7ef2da6a14e30b6fcec4700882..0c1632be4acade279dca5007ce0b55c68409c656 100644
--- a/ppapi/tests/test_core.h
+++ b/ppapi/tests/test_core.h
@@ -18,7 +18,7 @@ class TestCore : public TestCase {
private:
// TestCase implementation.
virtual bool Init();
- virtual void RunTest();
+ virtual void RunTests(const std::string& filter);
std::string TestTime();
std::string TestTimeTicks();

Powered by Google App Engine
This is Rietveld 408576698