summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:22:45 +0000
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 21:22:45 +0000
commitc70e5582aba1dbe43e5acf00109b2e6b8429f2d2 (patch)
tree3b151d74a3f5aeaf79727cfb94c88f97b2acf3b5 /chrome_frame/chrome_frame_automation.cc
parent3e14cad77812fbf6606d951b60eebd4f566680db (diff)
downloadchromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.zip
chromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.tar.gz
chromium_src-c70e5582aba1dbe43e5acf00109b2e6b8429f2d2.tar.bz2
Remove remaining references to CEEE.
BUG=107739 TEST=No visible code changes. Removing constants and code related to CEEE. Review URL: http://codereview.chromium.org/8909009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r--chrome_frame/chrome_frame_automation.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
index 2aae122..f6127dc 100644
--- a/chrome_frame/chrome_frame_automation.cc
+++ b/chrome_frame/chrome_frame_automation.cc
@@ -298,10 +298,6 @@ void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
command_line->AppendSwitchNative(switches::kLang, params->language());
command_line_string = command_line->GetCommandLineString();
- // If there are any extra arguments, append them to the command line.
- if (!params->extra_arguments().empty()) {
- command_line_string += L' ' + params->extra_arguments();
- }
}
automation_server_launch_start_time_ = base::TimeTicks::Now();
@@ -670,7 +666,7 @@ bool ChromeFrameAutomationClient::InitiateNavigation(
FilePath profile_path;
chrome_launch_params_ = new ChromeFrameLaunchParams(parsed_url,
referrer_gurl, profile_path, L"", SimpleResourceLoader::GetLanguage(),
- L"", false, false, route_all_top_level_navigations_);
+ false, false, route_all_top_level_navigations_);
} else {
chrome_launch_params_->set_referrer(referrer_gurl);
chrome_launch_params_->set_url(parsed_url);