| Index: native_client_sdk/src/examples/input_events/example.dsc | 
| diff --git a/native_client_sdk/src/examples/input_events/example.dsc b/native_client_sdk/src/examples/input_events/example.dsc | 
| index cdcd287073073117ec3b7111253b9e2d90639b75..014815cf257dc58bc633359feaa84709b51d8101 100644 | 
| --- a/native_client_sdk/src/examples/input_events/example.dsc | 
| +++ b/native_client_sdk/src/examples/input_events/example.dsc | 
| @@ -19,13 +19,6 @@ | 
| 'DEST': 'examples', | 
| 'NAME': 'input_events', | 
| 'TITLE': 'Input Events', | 
| -  'DESC': """The Input Events example shows how to handle input events in a | 
| -multi-threaded application.  The main thread converts input events to | 
| -non-pepper events and puts them on a queue. The worker thread pulls them off of | 
| -the queue, converts them to a string, and then uses CallOnMainThread so that | 
| -PostMessage can be send the result of the worker thread to the browser.""", | 
| -  'FOCUS': """Multi-threading, keyboard and mouse input, view change, and focus | 
| -events.""", | 
| 'GROUP': 'API', | 
| } | 
|  | 
|  |