Index: chrome_frame/test/perf/run_all.cc |
=================================================================== |
--- chrome_frame/test/perf/run_all.cc (revision 71693) |
+++ chrome_frame/test/perf/run_all.cc (working copy) |
@@ -10,11 +10,17 @@ |
#include "chrome_frame/test_utils.h" |
#include "chrome_frame/utils.h" |
+void PureCall() { |
+ __debugbreak(); |
+} |
+ |
int main(int argc, char **argv) { |
base::PerfTestSuite perf_suite(argc, argv); |
chrome::RegisterPathProvider(); |
base::PlatformThread::SetName("ChromeFrame perf tests"); |
+ _set_purecall_handler(PureCall); |
+ |
SetConfigBool(kChromeFrameHeadlessMode, true); |
SetConfigBool(kChromeFrameUnpinnedMode, true); |