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

Unified Diff: chrome_frame/test/perf/run_all.cc

Issue 6306004: More ChromeFrame perf test fixes to account for the changes in the UITest fun... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « chrome_frame/test/perf/chrome_frame_perftest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome_frame/test/perf/chrome_frame_perftest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698