Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: extensions/browser/api/cast_channel/cast_channel_api.h

Issue 690383002: cast channel error cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review feedback changes. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698