Chromium Code Reviews| Index: chrome/common/render_messages_params.h |
| =================================================================== |
| --- chrome/common/render_messages_params.h (revision 61074) |
| +++ chrome/common/render_messages_params.h (working copy) |
| @@ -984,6 +984,9 @@ |
| // The node value has changed. |
| NOTIFICATION_TYPE_VALUE_CHANGED, |
| + |
| + // The text cursor or selection changed. |
| + NOTIFICATION_TYPE_SELECTED_TEXT_CHANGED, |
| }; |
| // Type of notification. |