Chromium Code Reviews| Index: chrome_frame/chrome_frame_npapi.cc |
| =================================================================== |
| --- chrome_frame/chrome_frame_npapi.cc (revision 42751) |
| +++ chrome_frame/chrome_frame_npapi.cc (working copy) |
| @@ -320,7 +320,7 @@ |
| // TODO(stoyan): Ask host for specific interface whether to honor |
| // host's in-private mode. |
| return InitializeAutomation(profile_name, extra_arguments, |
| - GetBrowserIncognitoMode()); |
| + GetBrowserIncognitoMode(), true); |
| } |
| void ChromeFrameNPAPI::Uninitialize() { |