Chromium Code Reviews| Index: content/plugin/plugin_channel.cc |
| =================================================================== |
| --- content/plugin/plugin_channel.cc (revision 90755) |
| +++ content/plugin/plugin_channel.cc (working copy) |
| @@ -166,6 +166,7 @@ |
| renderer_id_(-1), |
| in_send_(0), |
| incognito_(false), |
| + save_local_state_(false), |
| filter_(new MessageFilter()) { |
| set_send_unblocking_only_during_unblock_dispatch(); |
| ChildProcess::current()->AddRefProcess(); |