| Index: content/plugin/plugin_thread.h
|
| ===================================================================
|
| --- content/plugin/plugin_thread.h (revision 90755)
|
| +++ content/plugin/plugin_thread.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg);
|
|
|
| // Callback for when a channel has been created.
|
| - void OnCreateChannel(int renderer_id, bool incognito);
|
| + void OnCreateChannel(int renderer_id, bool save_local_state, bool incognito);
|
| void OnPluginMessage(const std::vector<uint8> &data);
|
| void OnNotifyRenderersOfPendingShutdown();
|
| #if defined(OS_MACOSX)
|
|
|