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

Unified Diff: webrtc/call.h

Issue 1226123005: Define Stream base classes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Code review follow-up 3 Created 5 years, 5 months 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
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | webrtc/stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index d1a45c8bab147612991d9daccc13ef5bf5222368..b94029db4730c143c22a9b84c6372af1ca9e6d0f 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -68,10 +68,6 @@ class LoadObserver {
// etc.
class Call {
public:
- enum NetworkState {
- kNetworkUp,
- kNetworkDown,
- };
struct Config {
Config() = delete;
explicit Config(newapi::Transport* send_transport)
@@ -153,6 +149,7 @@ class Call {
virtual ~Call() {}
};
+
} // namespace webrtc
#endif // WEBRTC_CALL_H_
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | webrtc/stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698