| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 61074)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -5540,6 +5540,11 @@
|
| ViewHostMsg_AccessibilityNotification_Params::
|
| NOTIFICATION_TYPE_VALUE_CHANGED;
|
| break;
|
| + case WebKit::WebAccessibilityNotificationSelectedTextChanged:
|
| + param.notification_type =
|
| + ViewHostMsg_AccessibilityNotification_Params::
|
| + NOTIFICATION_TYPE_SELECTED_TEXT_CHANGED;
|
| + break;
|
| default:
|
| return;
|
| }
|
|
|