Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / base / maccocoasocketserver.h
index f4aeb33..51dc749 100644 (file)
@@ -54,6 +54,8 @@ class MacCocoaSocketServer : public MacBaseSocketServer {
  private:
   MacCocoaSocketServerHelper* helper_;
   NSTimer* timer_;  // Weak.
+  // The count of how many times we're inside the NSApplication main loop.
+  int run_count_;
 
   DISALLOW_EVIL_CONSTRUCTORS(MacCocoaSocketServer);
 };