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. |