| Index: content/renderer/render_view.h
|
| ===================================================================
|
| --- content/renderer/render_view.h (revision 98956)
|
| +++ content/renderer/render_view.h (working copy)
|
| @@ -1176,6 +1176,9 @@
|
| // Set if we are waiting for a accessibility notification ack.
|
| bool accessibility_ack_pending_;
|
|
|
| + // True if verbose logging of accessibility events is on.
|
| + bool accessibility_logging_;
|
| +
|
| // Dispatches all P2P socket used by the renderer.
|
| content::P2PSocketDispatcher* p2p_socket_dispatcher_;
|
|
|
|
|