| Index: chrome_frame/test/chrome_frame_test_utils.cc
|
| diff --git a/chrome_frame/test/chrome_frame_test_utils.cc b/chrome_frame/test/chrome_frame_test_utils.cc
|
| index 1348b1af6d34ed23970f971d47051d1559fd8c4d..ec45c19d1d4541c1c4d68d609354837c9570279f 100644
|
| --- a/chrome_frame/test/chrome_frame_test_utils.cc
|
| +++ b/chrome_frame/test/chrome_frame_test_utils.cc
|
| @@ -413,13 +413,6 @@ HRESULT LaunchIEAsComServer(IWebBrowser2** web_browser) {
|
| return hr;
|
| }
|
|
|
| -// TODO(joi@chromium.org) Could share this code with chrome_frame_plugin.h
|
| -FilePath GetProfilePath(const std::wstring& profile_name) {
|
| - FilePath profile_path;
|
| - chrome::GetChromeFrameUserDataDirectory(&profile_path);
|
| - return profile_path.Append(profile_name);
|
| -}
|
| -
|
| std::wstring GetExeVersion(const std::wstring& exe_path) {
|
| scoped_ptr<FileVersionInfo> ie_version_info(
|
| FileVersionInfo::CreateFileVersionInfo(FilePath(exe_path)));
|
|
|