| Index: media/cast/test/simulator.cc
|
| diff --git a/media/cast/test/simulator.cc b/media/cast/test/simulator.cc
|
| index 39ff725a86409708ce25f9f487419d1f6583407c..b432b61f4b5297bdc989e4e2d57a20f4e47f0f72 100644
|
| --- a/media/cast/test/simulator.cc
|
| +++ b/media/cast/test/simulator.cc
|
| @@ -259,6 +259,7 @@ void RunSimulation(const base::FilePath& source_path,
|
| NULL,
|
| &testing_clock,
|
| net::IPEndPoint(),
|
| + make_scoped_ptr(new base::DictionaryValue),
|
| base::Bind(&UpdateCastTransportStatus),
|
| base::Bind(&LogTransportEvents, sender_env),
|
| base::TimeDelta::FromSeconds(1),
|
|
|