| Index: chrome_frame/chrome_frame_plugin.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_plugin.h (revision 115109)
|
| +++ chrome_frame/chrome_frame_plugin.h (working copy)
|
| @@ -66,7 +66,6 @@
|
| }
|
|
|
| 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 @@
|
| 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_);
|
| }
|
|
|
|
|