Index: chrome_frame/chrome_frame_npapi.cc |
=================================================================== |
--- chrome_frame/chrome_frame_npapi.cc (revision 42377) |
+++ 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(), true); |
+ GetBrowserIncognitoMode()); |
} |
void ChromeFrameNPAPI::Uninitialize() { |