Index: chrome_frame/chrome_frame_activex.cc |
=================================================================== |
--- chrome_frame/chrome_frame_activex.cc (revision 114621) |
+++ chrome_frame/chrome_frame_activex.cc (working copy) |
@@ -470,18 +470,9 @@ |
InitializeAutomationSettings(); |
- // To avoid http://code.google.com/p/chromium/issues/detail?id=63427, |
- // we always pass this flag needed by CEEE. It has no effect on |
- // normal CF operation. |
- // |
- // Extra arguments are passed on verbatim, so we add the -- prefix. |
- std::wstring chrome_extra_arguments(L"--"); |
- chrome_extra_arguments.append( |
- ASCIIToWide(switches::kEnableExperimentalExtensionApis)); |
- |
url_fetcher_->set_frame_busting(!is_privileged()); |
automation_client_->SetUrlFetcher(url_fetcher_.get()); |
- if (!InitializeAutomation(profile_name, chrome_extra_arguments, |
+ if (!InitializeAutomation(profile_name, L"", |
mad-corp
2011/12/15 19:45:37
Did you check if you could simply remove this argu
Roger Tawa OOO till Jul 10th
2011/12/16 16:24:30
Yes it can be removed. This cascaded down to a fe
|
IsIEInPrivate(), true, GURL(utf8_url), |
GURL(), false)) { |
DLOG(ERROR) << "Failed to navigate to url:" << utf8_url; |