| Index: chrome/browser/extensions/api/cast_channel/cast_channel_api.h
|
| diff --git a/chrome/browser/extensions/api/cast_channel/cast_channel_api.h b/chrome/browser/extensions/api/cast_channel/cast_channel_api.h
|
| index 6d60de2127f2ee3dd3b99f04a8b2957d1b65681b..07e94e0df42c45299a285dbdda3d8ec157068d02 100644
|
| --- a/chrome/browser/extensions/api/cast_channel/cast_channel_api.h
|
| +++ b/chrome/browser/extensions/api/cast_channel/cast_channel_api.h
|
| @@ -45,7 +45,8 @@ class CastChannelAPI : public BrowserContextKeyedAPI,
|
| scoped_ptr<cast_channel::CastSocket> CreateCastSocket(
|
| const std::string& extension_id,
|
| const net::IPEndPoint& ip_endpoint,
|
| - cast_channel::ChannelAuthType channel_auth);
|
| + cast_channel::ChannelAuthType channel_auth,
|
| + int timeout_millis);
|
|
|
| // Sets the CastSocket instance to be returned by CreateCastSocket for
|
| // testing.
|
|
|