summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/run_all_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/run_all_unittests.cc')
-rw-r--r--chrome_frame/test/run_all_unittests.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome_frame/test/run_all_unittests.cc b/chrome_frame/test/run_all_unittests.cc
index 6fb4176..54129a2 100644
--- a/chrome_frame/test/run_all_unittests.cc
+++ b/chrome_frame/test/run_all_unittests.cc
@@ -81,12 +81,12 @@ int main(int argc, char **argv) {
// AtExitManager.
// TODO(robertshield): Make these tests restore the original registration
// once done.
- ScopedChromeFrameRegistrar registrar;
+ ScopedChromeFrameRegistrar registrar(chrome_frame_test::GetTestBedType());
// Register IAccessible2 proxy stub DLL, needed for some tests.
ScopedChromeFrameRegistrar ia2_registrar(
- chrome_frame_test::GetIAccessible2ProxyStubPath().value());
-
+ chrome_frame_test::GetIAccessible2ProxyStubPath().value(),
+ ScopedChromeFrameRegistrar::SYSTEM_LEVEL);
ret = test_suite.Run();
}