From ca982ec4920857adf2d22a5a92cc54829718d805 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Sun, 2 May 2010 14:47:14 +0000 Subject: Fixes to address code review comments from tommi from CL http://codereview.chromium.org/1823001/show Changes include the following:- 1. Removing the IObjectWithSite::SetSite implementation from the chrome frame activex. 2. Removing the site_ member and using the ATL m_spUnkSite member. 3. Renaming the RegisterBHOIfNeeded member function to registerBhoIfNeeded to be consistent with the other methods in the IChromeFrame interface. Fixes bug http://code.google.com/p/chromium/issues/detail?id=42790 Bug=42790 TBR=tommi Review URL: http://codereview.chromium.org/1831001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46200 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_tab.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/chrome_tab.idl') diff --git a/chrome_frame/chrome_tab.idl b/chrome_frame/chrome_tab.idl index aa492bc..d2181ac 100644 --- a/chrome_frame/chrome_tab.idl +++ b/chrome_frame/chrome_tab.idl @@ -80,7 +80,7 @@ interface IChromeFrame : IDispatch { [id(15)] // This method bootstraps the BHO if it is not already loaded. - HRESULT RegisterBHOIfNeeded(); + HRESULT registerBhoIfNeeded(); }; [ -- cgit v1.1