Index: extensions/browser/api/cast_channel/cast_channel_api.h |
diff --git a/extensions/browser/api/cast_channel/cast_channel_api.h b/extensions/browser/api/cast_channel/cast_channel_api.h |
index ebaf41867c7461caa50fc4d44f6b4d9916e30014..a762a3eb7d13f35fa944d42a07d151fa1885cc52 100644 |
--- a/extensions/browser/api/cast_channel/cast_channel_api.h |
+++ b/extensions/browser/api/cast_channel/cast_channel_api.h |
@@ -129,9 +129,6 @@ class CastChannelAsyncApiFunction : public AsyncApiFunction { |
// The API resource manager for CastSockets. |
ApiResourceManager<cast_channel::CastSocket>* manager_; |
- |
- // The result of the function. |
- cast_channel::ChannelError error_; |
}; |
class CastChannelOpenFunction : public CastChannelAsyncApiFunction { |