| Index: content/plugin/plugin_channel.h
|
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
|
| index 1d9b045dea19750f498fc9083c6112befa179e60..75359449ff12e2b1c34e07396565c4c78adb859b 100644
|
| --- a/content/plugin/plugin_channel.h
|
| +++ b/content/plugin/plugin_channel.h
|
| @@ -92,6 +92,7 @@ class PluginChannel : public NPChannelBase {
|
| int renderer_id_;
|
|
|
| int in_send_; // Tracks if we're in a Send call.
|
| + bool log_messages_; // True if we should log sent and received messages.
|
| bool incognito_; // True if the renderer is in incognito mode.
|
| scoped_refptr<MessageFilter> filter_; // Handles the modal dialog events.
|
|
|
|
|