diff options
-rw-r--r-- | chrome_frame/chrome_tab.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc index 4f264a5..ec6954b 100644 --- a/chrome_frame/chrome_tab.cc +++ b/chrome_frame/chrome_tab.cc @@ -344,6 +344,9 @@ STDAPI CustomRegistration(UINT reg_flags, BOOL reg) { // _AtlModule.UpdateRegistryFromResourceS(IDR_CHROMEFRAME_ACTIVEX, reg) // because there is specific OLEMISC replacement. hr = ChromeFrameActivex::UpdateRegistry(reg); + // TODO(amit): Move elevation policy registration from ActiveX rgs + // into a separate rgs. + RefreshElevationPolicy(); } if ((hr == S_OK) && (flags & GCF_PROTOCOL)) { |