Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6380)

Unified Diff: chrome_frame/chrome_frame_activex.cc

Issue 8909009: Remove remaining references to CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync'ed, no new changes Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_activex.cc
===================================================================
--- chrome_frame/chrome_frame_activex.cc (revision 115109)
+++ chrome_frame/chrome_frame_activex.cc (working copy)
@@ -470,20 +470,10 @@
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,
- IsIEInPrivate(), true, GURL(utf8_url),
- GURL(), false)) {
+ if (!InitializeAutomation(profile_name, IsIEInPrivate(), true,
+ GURL(utf8_url), GURL(), false)) {
DLOG(ERROR) << "Failed to navigate to url:" << utf8_url;
return E_FAIL;
}
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame_automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698