Chromium Code Reviews| Index: chrome_frame/chrome_frame_activex_base.h |
| =================================================================== |
| --- chrome_frame/chrome_frame_activex_base.h (revision 65344) |
| +++ chrome_frame/chrome_frame_activex_base.h (working copy) |
| @@ -506,7 +506,7 @@ |
| } |
| std::string url = base::StringPrintf( |
| - "%hs:%hs?attach_external_tab&%I64u&%d&%d&%d&%d&%d&%hs", |
| + "%hs://%hs?attach_external_tab&%I64u&%d&%d&%d&%d&%d&%hs", |
|
amit
2010/11/09 22:47:54
Looks like this will convert gcf:attach... to gcf:
|
| scheme.c_str(), |
| host.c_str(), |
| params.cookie, |