diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 02:49:34 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 02:49:34 +0000 |
commit | 12dbb25e73438ce8d962bf6f76fd7d54be1416a2 (patch) | |
tree | 6707263160c2390218f6ae63eb6b27fd0af3790f | |
parent | 91220f96439d35cbdf311e7b783c9b3e80433547 (diff) | |
download | chromium_src-12dbb25e73438ce8d962bf6f76fd7d54be1416a2.zip chromium_src-12dbb25e73438ce8d962bf6f76fd7d54be1416a2.tar.gz chromium_src-12dbb25e73438ce8d962bf6f76fd7d54be1416a2.tar.bz2 |
More ChromeFrame per user test fixes.
BUG=none
TEST=chrome frame tests should run in per user mode.
Review URL: http://codereview.chromium.org/6410016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73412 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome_frame/test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test_utils.cc b/chrome_frame/test_utils.cc index 18d50ff..1b546733 100644 --- a/chrome_frame/test_utils.cc +++ b/chrome_frame/test_utils.cc @@ -48,7 +48,7 @@ FilePath ScopedChromeFrameRegistrar::GetChromeFrameBuildPath() { void ScopedChromeFrameRegistrar::RegisterDefaults() { FilePath dll_path = GetChromeFrameBuildPath(); - RegisterAtPath(dll_path.value(), SYSTEM_LEVEL); + RegisterAtPath(dll_path.value(), chrome_frame_test::GetTestBedType()); } void ScopedChromeFrameRegistrar::RegisterAtPath( |