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

Unified Diff: chrome/common/render_messages_params.cc

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.cc
===================================================================
--- chrome/common/render_messages_params.cc (revision 61074)
+++ chrome/common/render_messages_params.cc (working copy)
@@ -505,7 +505,7 @@
int val = 0;
if (!ReadParam(m, iter, &val) ||
val < params::NOTIFICATION_TYPE_CHECK_STATE_CHANGED ||
- val > params::NOTIFICATION_TYPE_VALUE_CHANGED) {
+ val > params::NOTIFICATION_TYPE_SELECTED_TEXT_CHANGED) {
return false;
}
*p = static_cast<param_type>(val);

Powered by Google App Engine
This is Rietveld 408576698