Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2143)

Unified Diff: chrome/common/render_messages_params.h

Issue 3389037: Make the selection start and end attributes of an html input control... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698