| Index: trunk/src/chrome/test/chromedriver/commands.cc | 
| =================================================================== | 
| --- trunk/src/chrome/test/chromedriver/commands.cc	(revision 283022) | 
| +++ trunk/src/chrome/test/chromedriver/commands.cc	(working copy) | 
| @@ -151,10 +151,6 @@ | 
| VLOG(0) << "COMMAND " << command_name << " " | 
| << FormatValueForDisplay(*params); | 
| } | 
| - | 
| -  // Notify |session|'s |CommandListener|s of the command. | 
| -  NotifySessionListenersBeforeCommand(session, command_name); | 
| - | 
| scoped_ptr<base::Value> value; | 
| Status status = command.Run(session, *params, &value); | 
|  | 
|  |