diff options
Diffstat (limited to 'chrome/plugin/plugin_thread.h')
-rw-r--r-- | chrome/plugin/plugin_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.h b/chrome/plugin/plugin_thread.h index 8514589..9e6baa8 100644 --- a/chrome/plugin/plugin_thread.h +++ b/chrome/plugin/plugin_thread.h @@ -34,7 +34,7 @@ class PluginThread : public ChildThread { virtual bool OnControlMessageReceived(const IPC::Message& msg); // Callback for when a channel has been created. - void OnCreateChannel(int renderer_id, bool off_the_record); + void OnCreateChannel(int renderer_id, bool incognito); void OnPluginMessage(const std::vector<uint8> &data); void OnNotifyRenderersOfPendingShutdown(); #if defined(OS_MACOSX) |