Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index bd6391cbfa5b13ce266a2b9d3cd492c81116b20e..0c55b496e0aa25a025c1ac5abe90fe898da1d9ad 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -479,7 +479,7 @@ void PpapiPluginProcessHost::RequestPluginChannel(Client* client) { |
// We can't send any sync messages from the browser because it might lead to |
// a hang. See the similar code in PluginProcessHost for more description. |
PpapiMsg_CreateChannel* msg = new PpapiMsg_CreateChannel( |
- process_id, renderer_child_id, client->OffTheRecord()); |
+ process_id, renderer_child_id, client->Incognito()); |
msg->set_unblock(true); |
if (Send(msg)) { |
sent_requests_.push(client); |