summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_plugin.h
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_plugin.h
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_plugin.h')
-rw-r--r--chrome_frame/chrome_frame_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame_plugin.h b/chrome_frame/chrome_frame_plugin.h
index 51106ab..a6066f9 100644
--- a/chrome_frame/chrome_frame_plugin.h
+++ b/chrome_frame/chrome_frame_plugin.h
@@ -66,7 +66,6 @@ END_MSG_MAP()
}
bool InitializeAutomation(const std::wstring& profile_name,
- const std::wstring& extra_chrome_arguments,
bool incognito, bool is_widget_mode,
const GURL& url, const GURL& referrer,
bool route_all_top_level_navigations) {
@@ -83,8 +82,7 @@ END_MSG_MAP()
FilePath actual_profile_name = profile_path.BaseName();
launch_params_ = new ChromeFrameLaunchParams(url, referrer, profile_path,
actual_profile_name.value(), SimpleResourceLoader::GetLanguage(),
- extra_chrome_arguments, incognito_mode, is_widget_mode,
- route_all_top_level_navigations);
+ incognito_mode, is_widget_mode, route_all_top_level_navigations);
return automation_client_->Initialize(this, launch_params_);
}