Index: chrome_frame/chrome_frame_activex.cc |
=================================================================== |
--- chrome_frame/chrome_frame_activex.cc (revision 37418) |
+++ chrome_frame/chrome_frame_activex.cc (working copy) |
@@ -42,6 +42,9 @@ |
DCHECK(onload_.size() == 0); |
DCHECK(onreadystatechanged_.size() == 0); |
DCHECK(onextensionready_.size() == 0); |
+ |
+ // ChromeFramePlugin::Uninitialize() |
+ Base::Uninitialize(); |
} |
LRESULT ChromeFrameActivex::OnCreate(UINT message, WPARAM wparam, LPARAM lparam, |
@@ -315,6 +318,8 @@ |
profile_name.assign(profile_name_arg, profile_name_arg.Length()); |
} |
+ url_fetcher_.set_frame_busting(!is_privileged_); |
+ automation_client_->SetUrlFetcher(&url_fetcher_); |
if (!InitializeAutomation(profile_name, chrome_extra_arguments, |
IsIEInPrivate())) { |
return E_FAIL; |