diff options
Diffstat (limited to 'ceee/ie/common/chrome_frame_host.cc')
-rw-r--r-- | ceee/ie/common/chrome_frame_host.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ceee/ie/common/chrome_frame_host.cc b/ceee/ie/common/chrome_frame_host.cc index 66e8efc..dc5362a 100644 --- a/ceee/ie/common/chrome_frame_host.cc +++ b/ceee/ie/common/chrome_frame_host.cc @@ -61,17 +61,6 @@ STDMETHODIMP ChromeFrameHost::GetWantsPrivileged(boolean* wants_privileged) { return S_OK; } -STDMETHODIMP ChromeFrameHost::GetChromeExtraArguments(BSTR* args) { - DCHECK(args); - - // Extra arguments are passed on verbatim, so we add the -- prefix. - CComBSTR str = "--"; - str.Append(switches::kEnableExperimentalExtensionApis); - - *args = str.Detach(); - return S_OK; -} - STDMETHODIMP ChromeFrameHost::GetChromeProfileName(BSTR* profile_name) { return chrome_profile_name_.CopyTo(profile_name); } |