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

Unified Diff: webrtc/examples/peerconnection/client/linux/main.cc

Issue 1504283004: Enable cpplint for webrtc/examples and fix all uncovered cpplint errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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: webrtc/examples/peerconnection/client/linux/main.cc
diff --git a/webrtc/examples/peerconnection/client/linux/main.cc b/webrtc/examples/peerconnection/client/linux/main.cc
index cf88c36fbbf430f7692d9b66d27d18575fb11f31..d7f5c5932f63d9d02f60de8feb93c5176af69157 100644
--- a/webrtc/examples/peerconnection/client/linux/main.cc
+++ b/webrtc/examples/peerconnection/client/linux/main.cc
@@ -97,9 +97,11 @@ int main(int argc, char* argv[]) {
thread->set_socketserver(NULL);
// TODO: Run the Gtk main loop to tear down the connection.
joachim 2015/12/08 23:23:44 This fails with "Missing username in TODO", who sh
kjellander_webrtc 2015/12/09 14:41:47 henrike in this case too, i.e. TODO(henrike):
- //while (gtk_events_pending()) {
- // gtk_main_iteration();
- //}
+ /*
+ while (gtk_events_pending()) {
+ gtk_main_iteration();
+ }
+ */
rtc::CleanupSSL();
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698