diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 01:12:55 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 01:12:55 +0000 |
commit | bd8f27c72b43ebe6a1e16f8a51a70341f5a26ad9 (patch) | |
tree | a52d26915ef82b1408f37d4b78010f7b7809abe5 /chrome/test/ppapi/ppapi_test.h | |
parent | a1f8054213d5a8ba9f8d19b01f5a65f71c2f592f (diff) | |
download | chromium_src-bd8f27c72b43ebe6a1e16f8a51a70341f5a26ad9.zip chromium_src-bd8f27c72b43ebe6a1e16f8a51a70341f5a26ad9.tar.gz chromium_src-bd8f27c72b43ebe6a1e16f8a51a70341f5a26ad9.tar.bz2 |
Pepper: Move more stuff to content_browsertests.
This moves additional tests to content_browsertests. I keep these migrations
relatively small so I don't have to debug much if something fails.
Additionally, this change adds test coverage for NaCl for MessageLoop testing,
and restores testing for MessageLoop_Post.
BUG=371873
Review URL: https://codereview.chromium.org/303313002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ppapi/ppapi_test.h')
-rw-r--r-- | chrome/test/ppapi/ppapi_test.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/ppapi/ppapi_test.h b/chrome/test/ppapi/ppapi_test.h index 181a50d..9d6c209 100644 --- a/chrome/test/ppapi/ppapi_test.h +++ b/chrome/test/ppapi/ppapi_test.h @@ -49,9 +49,6 @@ class PPAPITestBase : public InProcessBrowserTest { // Returns the URL to load for file: tests. GURL GetTestFileUrl(const std::string& test_case); virtual void RunTest(const std::string& test_case); - // Run the test and reload. This can test for clean shutdown, including leaked - // instance object vars. - virtual void RunTestAndReload(const std::string& test_case); virtual void RunTestViaHTTP(const std::string& test_case); virtual void RunTestWithSSLServer(const std::string& test_case); virtual void RunTestWithWebSocketServer(const std::string& test_case); @@ -131,7 +128,6 @@ class PPAPINaClTest : public PPAPITestBase { virtual void SetUpOnMainThread() OVERRIDE; // PPAPITestBase overrides. virtual void RunTest(const std::string& test_case) OVERRIDE; - virtual void RunTestAndReload(const std::string& test_case) OVERRIDE; virtual void RunTestViaHTTP(const std::string& test_case) OVERRIDE; virtual void RunTestWithSSLServer(const std::string& test_case) OVERRIDE; virtual void RunTestWithWebSocketServer( |