| Index: chrome_frame/chrome_frame_npapi_unittest.cc
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_npapi_unittest.cc (revision 60826)
|
| +++ chrome_frame/chrome_frame_npapi_unittest.cc (working copy)
|
| @@ -137,7 +137,7 @@
|
|
|
| scoped_refptr<ChromeFrameLaunchParams> launch_params(
|
| new ChromeFrameLaunchParams(GURL(), GURL(), FilePath(), profile_name,
|
| - extra_args, is_incognito, true));
|
| + extra_args, is_incognito, true, false));
|
|
|
| EXPECT_CALL(*mock_automation,
|
| Initialize(_, LaunchParamEq(true, extra_args, is_incognito, true)))
|
|
|