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

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 source code, no new changes for this CL 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
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;

Powered by Google App Engine
This is Rietveld 408576698