| Index: chrome_frame/chrome_frame_plugin.h
|
| diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h
|
| index e71cb2fa3a8812d495f3c38ea9fe7d79d957b3d7..51826983b58af0bcdd0684e2595f3f067ac8f70f 100644
|
| --- a/chrome_frame/chrome_frame_plugin.h
|
| +++ b/chrome_frame/chrome_frame_plugin.h
|
| @@ -240,9 +240,7 @@ END_MSG_MAP()
|
|
|
| virtual void GetProfilePath(const std::wstring& profile_name,
|
| FilePath* profile_path) {
|
| - chrome::GetChromeFrameUserDataDirectory(profile_path);
|
| - *profile_path = profile_path->Append(profile_name);
|
| - DVLOG(1) << __FUNCTION__ << ": " << profile_path->value();
|
| + return GetChromeFrameProfilePath(profile_name, profile_path);
|
| }
|
|
|
| protected:
|
|
|