| Index: chrome_frame/chrome_active_document.cc
|
| ===================================================================
|
| --- chrome_frame/chrome_active_document.cc (revision 115109)
|
| +++ chrome_frame/chrome_active_document.cc (working copy)
|
| @@ -1081,7 +1081,7 @@
|
| // If no profile was given, then make use of the host process's name.
|
| if (profile.empty())
|
| profile = GetHostProcessName(false);
|
| - return InitializeAutomation(profile, L"", IsIEInPrivate(),
|
| + return InitializeAutomation(profile, IsIEInPrivate(),
|
| false, cf_url.gurl(), GURL(referrer),
|
| false);
|
| }
|
|
|