summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/test_with_web_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/test_with_web_server.h')
-rw-r--r--chrome_frame/test/test_with_web_server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/test/test_with_web_server.h b/chrome_frame/test/test_with_web_server.h
index 2f3c05d7..f670717 100644
--- a/chrome_frame/test/test_with_web_server.h
+++ b/chrome_frame/test/test_with_web_server.h
@@ -62,6 +62,10 @@ class ChromeFrameTestWithWebServer: public testing::Test {
bool CheckResultFile(const std::wstring& file_name,
const std::string& expected_result);
+ // If a script error was caught and reported by chrome_frame_test_helpers.js,
+ // we log it as an error.
+ void LogScriptErrorResultFile();
+
const FilePath& GetCFTestFilePath() {
return test_file_path_;
}