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

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

Issue 303313002: Pepper: Move more stuff to content_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move some tests back Created 6 years, 7 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
« no previous file with comments | « content/test/ppapi/ppapi_browsertest.cc ('k') | content/test/ppapi/ppapi_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/ppapi/ppapi_test.h
diff --git a/content/test/ppapi/ppapi_test.h b/content/test/ppapi/ppapi_test.h
index d9e9f71c1ae4bfb469e0319a3601c3edc8be2166..d02ca3e2720fa44400b585951f088679ef508c2a 100644
--- a/content/test/ppapi/ppapi_test.h
+++ b/content/test/ppapi/ppapi_test.h
@@ -55,6 +55,10 @@ class PPAPITestBase : public ContentBrowserTest {
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);
+
protected:
// Runs the test for a tab given the tab that's already navigated to the
// given URL.
« no previous file with comments | « content/test/ppapi/ppapi_browsertest.cc ('k') | content/test/ppapi/ppapi_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698